#C08069

Color #C08069 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C08069

Tints of Burning Sand #C08069

Color information

#C08069 (or 0xC08069) is unknown color: approx Burning Sand. HEX triplet: C0, 80 and 69. RGB value is (192,128,105). Sum of RGB (Red+Green+Blue) = 192+128+105=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08069 is #3F7F96. Grayscale: #909090. Windows color (decimal): -4161431 or 6914240. OLE color: 6914240.

HSL color Cylindrical-coordinate representation of color #C08069: hue angle of 15.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08069 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB192128105-
CMYK00.330.450.25
HSL15.86º40.85%58.24%-
HSV(B)15.86º45.31%75.29%-
XYZ32.0127.6617.02-
YUV144.51105.7161.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=45.18%
G=30.12%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212810500.330.450.2515.8640.8558.24
HexC080690212D1910293a
Octal3002001510415531205172
Binary1100000010000000110100101000011011011100110000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08069; }

 p { color: rgb(192,128,105); }

 H1.HeaderClassName
 {
   color: #C08069;
 }
 .AnyTagClassName
 {
   color: #C08069;
 }
</style>
background-color css

<style>
 a { background-color: #C08069; }

 a { background-color: rgb(192,128,105); }

 div.DivClassName
 {
   background-color: #C08069;
 }
 .BgClassName
 {
   background-color: #C08069;
 }
</style>
border-color css

<style>
 span { border-color: #C08069; }

 span { border-color: rgb(192,128,105); }

 td.TdClassName
 {
   border-color: #C08069;
 }
 .TagClassName
 {
   border-color: #C08069;
 }
</style>