Shades of Burning Sand #CB8867
Tints of Burning Sand #CB8867
RGB
CMYK
RGB Variations
Color information
#CB8867 (or 0xCB8867) is known color: Burning Sand. HEX triplet: CB, 88 and 67. RGB value is (203,136,103). Sum of RGB (Red+Green+Blue) = 203+136+103=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8867 is #347798. Grayscale: #989898. Windows color (decimal): -3438489 or 6785227. OLE color: 6785227.
HSL color Cylindrical-coordinate representation of color #CB8867: hue angle of 19.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB8867 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 103 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.20 |
| HSL | 19.8º | 0.49% | 0.6% | - |
| HSV(B) | 19.8º | 0.49% | 0.8% | - |
| XYZ | 35.88 | 31.28 | 16.98 | - |
| YUV | 152.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 103 | 0 | 0.33 | 0.49 | 0.20 | 19.8 | 0.49 | 0.6 |
| Hex | CB | 88 | 67 | 0 | 21 | 31 | 14 | 14 | 31 | 3C |
| Octal | 313 | 210 | 147 | 0 | 41 | 61 | 24 | 24 | 61 | 74 |
| Binary | 11001011 | 10001000 | 1100111 | 0 | 100001 | 110001 | 10100 | 10100 | 110001 | 111100 |
Color Harmonies of #CB8867
Complementary color
Monochromatic Colors of #CB8867
Black with #CB8867
Text Example
Text Example
White with #CB8867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8867; }
p { color: rgb(203,136,103); }
H1.HeaderClassName
{
color: #CB8867;
}
.AnyTagClassName
{
color: #CB8867;
}
</style>
background-color css
<style>
a { background-color: #CB8867; }
a { background-color: rgb(203,136,103); }
div.DivClassName
{
background-color: #CB8867;
}
.BgClassName
{
background-color: #CB8867;
}
</style>
border-color css
<style>
span { border-color: #CB8867; }
span { border-color: rgb(203,136,103); }
td.TdClassName
{
border-color: #CB8867;
}
.TagClassName
{
border-color: #CB8867;
}
</style>