Shades of Burning Sand #CB8865
Tints of Burning Sand #CB8865
RGB
CMYK
RGB Variations
Color information
#CB8865 (or 0xCB8865) is known color: Burning Sand. HEX triplet: CB, 88 and 65. RGB value is (203,136,101). Sum of RGB (Red+Green+Blue) = 203+136+101=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8865 is #34779A. Grayscale: #989898. Windows color (decimal): -3438491 or 6654155. OLE color: 6654155.
HSL color Cylindrical-coordinate representation of color #CB8865: hue angle of 20.59º degrees, saturation: 0.5, 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 #CB8865 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 101 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.20 |
| HSL | 20.59º | 0.5% | 0.6% | - |
| HSV(B) | 20.59º | 0.5% | 0.8% | - |
| XYZ | 35.78 | 31.24 | 16.46 | - |
| YUV | 152.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 101 | 0 | 0.33 | 0.50 | 0.20 | 20.59 | 0.5 | 0.6 |
| Hex | CB | 88 | 65 | 0 | 21 | 32 | 14 | 15 | 32 | 3C |
| Octal | 313 | 210 | 145 | 0 | 41 | 62 | 24 | 25 | 62 | 74 |
| Binary | 11001011 | 10001000 | 1100101 | 0 | 100001 | 110010 | 10100 | 10101 | 110010 | 111100 |
Color Harmonies of #CB8865
Complementary color
Monochromatic Colors of #CB8865
Black with #CB8865
Text Example
Text Example
White with #CB8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8865; }
p { color: rgb(203,136,101); }
H1.HeaderClassName
{
color: #CB8865;
}
.AnyTagClassName
{
color: #CB8865;
}
</style>
background-color css
<style>
a { background-color: #CB8865; }
a { background-color: rgb(203,136,101); }
div.DivClassName
{
background-color: #CB8865;
}
.BgClassName
{
background-color: #CB8865;
}
</style>
border-color css
<style>
span { border-color: #CB8865; }
span { border-color: rgb(203,136,101); }
td.TdClassName
{
border-color: #CB8865;
}
.TagClassName
{
border-color: #CB8865;
}
</style>