Shades of Burning Sand #CB855A
Tints of Burning Sand #CB855A
RGB
CMYK
RGB Variations
Color information
#CB855A (or 0xCB855A) is known color: Burning Sand. HEX triplet: CB, 85 and 5A. RGB value is (203,133,90). Sum of RGB (Red+Green+Blue) = 203+133+90=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB855A is #347AA5. Grayscale: #959595. Windows color (decimal): -3439270 or 5932491. OLE color: 5932491.
HSL color Cylindrical-coordinate representation of color #CB855A: hue angle of 22.83º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB855A is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 90 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.20 |
| HSL | 22.83º | 0.52% | 0.57% | - |
| HSV(B) | 22.83º | 0.56% | 0.8% | - |
| XYZ | 34.86 | 30.21 | 13.67 | - |
| YUV | 149.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 90 | 0 | 0.34 | 0.56 | 0.20 | 22.83 | 0.52 | 0.57 |
| Hex | CB | 85 | 5A | 0 | 22 | 38 | 14 | 17 | 34 | 39 |
| Octal | 313 | 205 | 132 | 0 | 42 | 70 | 24 | 27 | 64 | 71 |
| Binary | 11001011 | 10000101 | 1011010 | 0 | 100010 | 111000 | 10100 | 10111 | 110100 | 111001 |
Color Harmonies of #CB855A
Complementary color
Monochromatic Colors of #CB855A
Black with #CB855A
Text Example
Text Example
White with #CB855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB855A; }
p { color: rgb(203,133,90); }
H1.HeaderClassName
{
color: #CB855A;
}
.AnyTagClassName
{
color: #CB855A;
}
</style>
background-color css
<style>
a { background-color: #CB855A; }
a { background-color: rgb(203,133,90); }
div.DivClassName
{
background-color: #CB855A;
}
.BgClassName
{
background-color: #CB855A;
}
</style>
border-color css
<style>
span { border-color: #CB855A; }
span { border-color: rgb(203,133,90); }
td.TdClassName
{
border-color: #CB855A;
}
.TagClassName
{
border-color: #CB855A;
}
</style>