#C08168

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

Shades of Burning Sand #C08168

Tints of Burning Sand #C08168

Color information

#C08168 (or 0xC08168) is unknown color: approx Burning Sand. HEX triplet: C0, 81 and 68. RGB value is (192,129,104). Sum of RGB (Red+Green+Blue) = 192+129+104=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08168 is #3F7E97. Grayscale: #919191. Windows color (decimal): -4161176 or 6848960. OLE color: 6848960.

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

Color convert

RGB192129104-
CMYK00.330.460.25
HSL17.05º41.12%58.04%-
HSV(B)17.05º45.83%75.29%-
XYZ32.0927.9116.79-
YUV144.99104.87161.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=45.18%
G=30.35%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212910400.330.460.2517.0541.1258.04
HexC081680212E1911293a
Octal3002011500415631215172
Binary1100000010000001110100001000011011101100110001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08168; }

 p { color: rgb(192,129,104); }

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

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

 a { background-color: rgb(192,129,104); }

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

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

 span { border-color: rgb(192,129,104); }

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