Shades of Burning Sand #CB855F
Tints of Burning Sand #CB855F
RGB
CMYK
RGB Variations
Color information
#CB855F (or 0xCB855F) is known color: Burning Sand. HEX triplet: CB, 85 and 5F. RGB value is (203,133,95). Sum of RGB (Red+Green+Blue) = 203+133+95=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB855F is #347AA0. Grayscale: #959595. Windows color (decimal): -3439265 or 6260171. OLE color: 6260171.
HSL color Cylindrical-coordinate representation of color #CB855F: hue angle of 21.11º 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 #CB855F is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 95 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.20 |
| HSL | 21.11º | 0.51% | 0.58% | - |
| HSV(B) | 21.11º | 0.53% | 0.8% | - |
| XYZ | 35.08 | 30.3 | 14.83 | - |
| YUV | 149.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 95 | 0 | 0.34 | 0.53 | 0.20 | 21.11 | 0.51 | 0.58 |
| Hex | CB | 85 | 5F | 0 | 22 | 35 | 14 | 15 | 33 | 3A |
| Octal | 313 | 205 | 137 | 0 | 42 | 65 | 24 | 25 | 63 | 72 |
| Binary | 11001011 | 10000101 | 1011111 | 0 | 100010 | 110101 | 10100 | 10101 | 110011 | 111010 |
Color Harmonies of #CB855F
Complementary color
Monochromatic Colors of #CB855F
Black with #CB855F
Text Example
Text Example
White with #CB855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB855F; }
p { color: rgb(203,133,95); }
H1.HeaderClassName
{
color: #CB855F;
}
.AnyTagClassName
{
color: #CB855F;
}
</style>
background-color css
<style>
a { background-color: #CB855F; }
a { background-color: rgb(203,133,95); }
div.DivClassName
{
background-color: #CB855F;
}
.BgClassName
{
background-color: #CB855F;
}
</style>
border-color css
<style>
span { border-color: #CB855F; }
span { border-color: rgb(203,133,95); }
td.TdClassName
{
border-color: #CB855F;
}
.TagClassName
{
border-color: #CB855F;
}
</style>