Shades of Burning Sand #CB8171
Tints of Burning Sand #CB8171
RGB
CMYK
RGB Variations
Color information
#CB8171 (or 0xCB8171) is known color: Burning Sand. HEX triplet: CB, 81 and 71. RGB value is (203,129,113). Sum of RGB (Red+Green+Blue) = 203+129+113=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8171 is #347E8E. Grayscale: #959595. Windows color (decimal): -3440271 or 7438795. OLE color: 7438795.
HSL color Cylindrical-coordinate representation of color #CB8171: hue angle of 10.67º 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 #CB8171 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 113 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.20 |
| HSL | 10.67º | 0.46% | 0.62% | - |
| HSV(B) | 10.67º | 0.44% | 0.8% | - |
| XYZ | 35.46 | 29.59 | 19.47 | - |
| YUV | 149.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 113 | 0 | 0.36 | 0.44 | 0.20 | 10.67 | 0.46 | 0.62 |
| Hex | CB | 81 | 71 | 0 | 24 | 2C | 14 | B | 2E | 3E |
| Octal | 313 | 201 | 161 | 0 | 44 | 54 | 24 | 13 | 56 | 76 |
| Binary | 11001011 | 10000001 | 1110001 | 0 | 100100 | 101100 | 10100 | 1011 | 101110 | 111110 |
Color Harmonies of #CB8171
Complementary color
Monochromatic Colors of #CB8171
Black with #CB8171
Text Example
Text Example
White with #CB8171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8171; }
p { color: rgb(203,129,113); }
H1.HeaderClassName
{
color: #CB8171;
}
.AnyTagClassName
{
color: #CB8171;
}
</style>
background-color css
<style>
a { background-color: #CB8171; }
a { background-color: rgb(203,129,113); }
div.DivClassName
{
background-color: #CB8171;
}
.BgClassName
{
background-color: #CB8171;
}
</style>
border-color css
<style>
span { border-color: #CB8171; }
span { border-color: rgb(203,129,113); }
td.TdClassName
{
border-color: #CB8171;
}
.TagClassName
{
border-color: #CB8171;
}
</style>