Shades of Burning Sand #CB885F
Tints of Burning Sand #CB885F
RGB
CMYK
RGB Variations
Color information
#CB885F (or 0xCB885F) is known color: Burning Sand. HEX triplet: CB, 88 and 5F. RGB value is (203,136,95). Sum of RGB (Red+Green+Blue) = 203+136+95=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB885F is #3477A0. Grayscale: #979797. Windows color (decimal): -3438497 or 6260939. OLE color: 6260939.
HSL color Cylindrical-coordinate representation of color #CB885F: hue angle of 22.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB885F is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 95 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.20 |
| HSL | 22.78º | 0.51% | 0.58% | - |
| HSV(B) | 22.78º | 0.53% | 0.8% | - |
| XYZ | 35.5 | 31.13 | 14.96 | - |
| YUV | 151.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 95 | 0 | 0.33 | 0.53 | 0.20 | 22.78 | 0.51 | 0.58 |
| Hex | CB | 88 | 5F | 0 | 21 | 35 | 14 | 17 | 33 | 3A |
| Octal | 313 | 210 | 137 | 0 | 41 | 65 | 24 | 27 | 63 | 72 |
| Binary | 11001011 | 10001000 | 1011111 | 0 | 100001 | 110101 | 10100 | 10111 | 110011 | 111010 |
Color Harmonies of #CB885F
Complementary color
Monochromatic Colors of #CB885F
Black with #CB885F
Text Example
Text Example
White with #CB885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB885F; }
p { color: rgb(203,136,95); }
H1.HeaderClassName
{
color: #CB885F;
}
.AnyTagClassName
{
color: #CB885F;
}
</style>
background-color css
<style>
a { background-color: #CB885F; }
a { background-color: rgb(203,136,95); }
div.DivClassName
{
background-color: #CB885F;
}
.BgClassName
{
background-color: #CB885F;
}
</style>
border-color css
<style>
span { border-color: #CB885F; }
span { border-color: rgb(203,136,95); }
td.TdClassName
{
border-color: #CB885F;
}
.TagClassName
{
border-color: #CB885F;
}
</style>