Shades of Burning Sand #CB8070
Tints of Burning Sand #CB8070
RGB
CMYK
RGB Variations
Color information
#CB8070 (or 0xCB8070) is known color: Burning Sand. HEX triplet: CB, 80 and 70. RGB value is (203,128,112). Sum of RGB (Red+Green+Blue) = 203+128+112=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8070 is #347F8F. Grayscale: #949494. Windows color (decimal): -3440528 or 7373003. OLE color: 7373003.
HSL color Cylindrical-coordinate representation of color #CB8070: hue angle of 10.55º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB8070 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 112 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.20 |
| HSL | 10.55º | 0.47% | 0.62% | - |
| HSV(B) | 10.55º | 0.45% | 0.8% | - |
| XYZ | 35.27 | 29.3 | 19.13 | - |
| YUV | 148.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 112 | 0 | 0.37 | 0.45 | 0.20 | 10.55 | 0.47 | 0.62 |
| Hex | CB | 80 | 70 | 0 | 25 | 2D | 14 | B | 2F | 3E |
| Octal | 313 | 200 | 160 | 0 | 45 | 55 | 24 | 13 | 57 | 76 |
| Binary | 11001011 | 10000000 | 1110000 | 0 | 100101 | 101101 | 10100 | 1011 | 101111 | 111110 |
Color Harmonies of #CB8070
Complementary color
Monochromatic Colors of #CB8070
Black with #CB8070
Text Example
Text Example
White with #CB8070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8070; }
p { color: rgb(203,128,112); }
H1.HeaderClassName
{
color: #CB8070;
}
.AnyTagClassName
{
color: #CB8070;
}
</style>
background-color css
<style>
a { background-color: #CB8070; }
a { background-color: rgb(203,128,112); }
div.DivClassName
{
background-color: #CB8070;
}
.BgClassName
{
background-color: #CB8070;
}
</style>
border-color css
<style>
span { border-color: #CB8070; }
span { border-color: rgb(203,128,112); }
td.TdClassName
{
border-color: #CB8070;
}
.TagClassName
{
border-color: #CB8070;
}
</style>