Shades of Burning Sand #CB8458
Tints of Burning Sand #CB8458
RGB
CMYK
RGB Variations
Color information
#CB8458 (or 0xCB8458) is known color: Burning Sand. HEX triplet: CB, 84 and 58. RGB value is (203,132,88). Sum of RGB (Red+Green+Blue) = 203+132+88=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8458 is #347BA7. Grayscale: #949494. Windows color (decimal): -3439528 or 5801163. OLE color: 5801163.
HSL color Cylindrical-coordinate representation of color #CB8458: hue angle of 22.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB8458 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 88 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.20 |
| HSL | 22.96º | 0.53% | 0.57% | - |
| HSV(B) | 22.96º | 0.57% | 0.8% | - |
| XYZ | 34.64 | 29.9 | 13.18 | - |
| YUV | 148.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 88 | 0 | 0.35 | 0.57 | 0.20 | 22.96 | 0.53 | 0.57 |
| Hex | CB | 84 | 58 | 0 | 23 | 39 | 14 | 17 | 35 | 39 |
| Octal | 313 | 204 | 130 | 0 | 43 | 71 | 24 | 27 | 65 | 71 |
| Binary | 11001011 | 10000100 | 1011000 | 0 | 100011 | 111001 | 10100 | 10111 | 110101 | 111001 |
Color Harmonies of #CB8458
Complementary color
Monochromatic Colors of #CB8458
Black with #CB8458
Text Example
Text Example
White with #CB8458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8458; }
p { color: rgb(203,132,88); }
H1.HeaderClassName
{
color: #CB8458;
}
.AnyTagClassName
{
color: #CB8458;
}
</style>
background-color css
<style>
a { background-color: #CB8458; }
a { background-color: rgb(203,132,88); }
div.DivClassName
{
background-color: #CB8458;
}
.BgClassName
{
background-color: #CB8458;
}
</style>
border-color css
<style>
span { border-color: #CB8458; }
span { border-color: rgb(203,132,88); }
td.TdClassName
{
border-color: #CB8458;
}
.TagClassName
{
border-color: #CB8458;
}
</style>