#CB8866

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

Shades of Burning Sand #CB8866

Tints of Burning Sand #CB8866

Color information

#CB8866 (or 0xCB8866) is unknown color: approx Burning Sand. HEX triplet: CB, 88 and 66. RGB value is (203,136,102). Sum of RGB (Red+Green+Blue) = 203+136+102=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8866 is #347799. Grayscale: #989898. Windows color (decimal): -3438490 or 6719691. OLE color: 6719691.

HSL color Cylindrical-coordinate representation of color #CB8866: hue angle of 20.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB8866 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203136102-
CMYK00.330.500.20
HSL20.2º49.27%59.8%-
HSV(B)20.2º49.75%79.61%-
XYZ35.8331.2616.72-
YUV152.1699.7164.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 102 (40.23% from 255) = 23.13%
R=46.03%
G=30.84%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313610200.330.500.2020.249.2759.8
HexCB8866021321414313c
Octal3132101460416224246174
Binary1100101110001000110011001000011100101010010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8866; }

 p { color: rgb(203,136,102); }

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

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

 a { background-color: rgb(203,136,102); }

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

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

 span { border-color: rgb(203,136,102); }

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