#C08867

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

Shades of Burning Sand #C08867

Tints of Burning Sand #C08867

Color information

#C08867 (or 0xC08867) is unknown color: approx Burning Sand. HEX triplet: C0, 88 and 67. RGB value is (192,136,103). Sum of RGB (Red+Green+Blue) = 192+136+103=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C08867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08867 is #3F7798. Grayscale: #959595. Windows color (decimal): -4159385 or 6785216. OLE color: 6785216.

HSL color Cylindrical-coordinate representation of color #C08867: hue angle of 22.25º 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 #C08867 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB192136103-
CMYK00.290.460.25
HSL22.25º41.4%57.84%-
HSV(B)22.25º46.35%75.29%-
XYZ32.9929.7916.84-
YUV148.98102.05158.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=44.55%
G=31.55%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213610300.290.460.2522.2541.457.84
HexC0886701D2E1916293a
Octal3002101470355631265172
Binary110000001000100011001110111011011101100110110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08867; }

 p { color: rgb(192,136,103); }

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

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

 a { background-color: rgb(192,136,103); }

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

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

 span { border-color: rgb(192,136,103); }

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