Shades of Burning Sand #CB8372
Tints of Burning Sand #CB8372
RGB
CMYK
RGB Variations
Color information
#CB8372 (or 0xCB8372) is known color: Burning Sand. HEX triplet: CB, 83 and 72. RGB value is (203,131,114). Sum of RGB (Red+Green+Blue) = 203+131+114=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8372 is #347C8D. Grayscale: #969696. Windows color (decimal): -3439758 or 7504843. OLE color: 7504843.
HSL color Cylindrical-coordinate representation of color #CB8372: hue angle of 11.46º 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 #CB8372 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 114 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.20 |
| HSL | 11.46º | 0.46% | 0.62% | - |
| HSV(B) | 11.46º | 0.44% | 0.8% | - |
| XYZ | 35.78 | 30.14 | 19.85 | - |
| YUV | 150.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 114 | 0 | 0.35 | 0.44 | 0.20 | 11.46 | 0.46 | 0.62 |
| Hex | CB | 83 | 72 | 0 | 23 | 2C | 14 | B | 2E | 3E |
| Octal | 313 | 203 | 162 | 0 | 43 | 54 | 24 | 13 | 56 | 76 |
| Binary | 11001011 | 10000011 | 1110010 | 0 | 100011 | 101100 | 10100 | 1011 | 101110 | 111110 |
Color Harmonies of #CB8372
Complementary color
Monochromatic Colors of #CB8372
Black with #CB8372
Text Example
Text Example
White with #CB8372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8372; }
p { color: rgb(203,131,114); }
H1.HeaderClassName
{
color: #CB8372;
}
.AnyTagClassName
{
color: #CB8372;
}
</style>
background-color css
<style>
a { background-color: #CB8372; }
a { background-color: rgb(203,131,114); }
div.DivClassName
{
background-color: #CB8372;
}
.BgClassName
{
background-color: #CB8372;
}
</style>
border-color css
<style>
span { border-color: #CB8372; }
span { border-color: rgb(203,131,114); }
td.TdClassName
{
border-color: #CB8372;
}
.TagClassName
{
border-color: #CB8372;
}
</style>