Shades of Burning Sand #CA8158
Tints of Burning Sand #CA8158
RGB
CMYK
RGB Variations
Color information
#CA8158 (or 0xCA8158) is known color: Burning Sand. HEX triplet: CA, 81 and 58. RGB value is (202,129,88). Sum of RGB (Red+Green+Blue) = 202+129+88=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8158 is #357EA7. Grayscale: #929292. Windows color (decimal): -3505832 or 5800394. OLE color: 5800394.
HSL color Cylindrical-coordinate representation of color #CA8158: hue angle of 21.58º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA8158 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 88 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.21 |
| HSL | 21.58º | 0.52% | 0.57% | - |
| HSV(B) | 21.58º | 0.56% | 0.79% | - |
| XYZ | 33.97 | 28.96 | 13.03 | - |
| YUV | 146.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 88 | 0 | 0.36 | 0.56 | 0.21 | 21.58 | 0.52 | 0.57 |
| Hex | CA | 81 | 58 | 0 | 24 | 38 | 15 | 16 | 34 | 39 |
| Octal | 312 | 201 | 130 | 0 | 44 | 70 | 25 | 26 | 64 | 71 |
| Binary | 11001010 | 10000001 | 1011000 | 0 | 100100 | 111000 | 10101 | 10110 | 110100 | 111001 |
Color Harmonies of #CA8158
Complementary color
Monochromatic Colors of #CA8158
Black with #CA8158
Text Example
Text Example
White with #CA8158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8158; }
p { color: rgb(202,129,88); }
H1.HeaderClassName
{
color: #CA8158;
}
.AnyTagClassName
{
color: #CA8158;
}
</style>
background-color css
<style>
a { background-color: #CA8158; }
a { background-color: rgb(202,129,88); }
div.DivClassName
{
background-color: #CA8158;
}
.BgClassName
{
background-color: #CA8158;
}
</style>
border-color css
<style>
span { border-color: #CA8158; }
span { border-color: rgb(202,129,88); }
td.TdClassName
{
border-color: #CA8158;
}
.TagClassName
{
border-color: #CA8158;
}
</style>