Shades of Burning Sand #CB8571
Tints of Burning Sand #CB8571
RGB
CMYK
RGB Variations
Color information
#CB8571 (or 0xCB8571) is known color: Burning Sand. HEX triplet: CB, 85 and 71. RGB value is (203,133,113). Sum of RGB (Red+Green+Blue) = 203+133+113=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8571 is #347A8E. Grayscale: #979797. Windows color (decimal): -3439247 or 7439819. OLE color: 7439819.
HSL color Cylindrical-coordinate representation of color #CB8571: hue angle of 13.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB8571 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 113 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.20 |
| HSL | 13.33º | 0.46% | 0.62% | - |
| HSV(B) | 13.33º | 0.44% | 0.8% | - |
| XYZ | 36 | 30.66 | 19.64 | - |
| YUV | 151.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 113 | 0 | 0.34 | 0.44 | 0.20 | 13.33 | 0.46 | 0.62 |
| Hex | CB | 85 | 71 | 0 | 22 | 2C | 14 | D | 2E | 3E |
| Octal | 313 | 205 | 161 | 0 | 42 | 54 | 24 | 15 | 56 | 76 |
| Binary | 11001011 | 10000101 | 1110001 | 0 | 100010 | 101100 | 10100 | 1101 | 101110 | 111110 |
Color Harmonies of #CB8571
Complementary color
Monochromatic Colors of #CB8571
Black with #CB8571
Text Example
Text Example
White with #CB8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8571; }
p { color: rgb(203,133,113); }
H1.HeaderClassName
{
color: #CB8571;
}
.AnyTagClassName
{
color: #CB8571;
}
</style>
background-color css
<style>
a { background-color: #CB8571; }
a { background-color: rgb(203,133,113); }
div.DivClassName
{
background-color: #CB8571;
}
.BgClassName
{
background-color: #CB8571;
}
</style>
border-color css
<style>
span { border-color: #CB8571; }
span { border-color: rgb(203,133,113); }
td.TdClassName
{
border-color: #CB8571;
}
.TagClassName
{
border-color: #CB8571;
}
</style>