Shades of Burning Sand #CA8162
Tints of Burning Sand #CA8162
RGB
CMYK
RGB Variations
Color information
#CA8162 (or 0xCA8162) is known color: Burning Sand. HEX triplet: CA, 81 and 62. RGB value is (202,129,98). Sum of RGB (Red+Green+Blue) = 202+129+98=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8162 is #357E9D. Grayscale: #939393. Windows color (decimal): -3505822 or 6455754. OLE color: 6455754.
HSL color Cylindrical-coordinate representation of color #CA8162: hue angle of 17.88º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA8162 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 98 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.21 |
| HSL | 17.88º | 0.5% | 0.59% | - |
| HSV(B) | 17.88º | 0.51% | 0.79% | - |
| XYZ | 34.41 | 29.14 | 15.37 | - |
| YUV | 147.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 98 | 0 | 0.36 | 0.51 | 0.21 | 17.88 | 0.5 | 0.59 |
| Hex | CA | 81 | 62 | 0 | 24 | 33 | 15 | 12 | 32 | 3B |
| Octal | 312 | 201 | 142 | 0 | 44 | 63 | 25 | 22 | 62 | 73 |
| Binary | 11001010 | 10000001 | 1100010 | 0 | 100100 | 110011 | 10101 | 10010 | 110010 | 111011 |
Color Harmonies of #CA8162
Complementary color
Monochromatic Colors of #CA8162
Black with #CA8162
Text Example
Text Example
White with #CA8162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8162; }
p { color: rgb(202,129,98); }
H1.HeaderClassName
{
color: #CA8162;
}
.AnyTagClassName
{
color: #CA8162;
}
</style>
background-color css
<style>
a { background-color: #CA8162; }
a { background-color: rgb(202,129,98); }
div.DivClassName
{
background-color: #CA8162;
}
.BgClassName
{
background-color: #CA8162;
}
</style>
border-color css
<style>
span { border-color: #CA8162; }
span { border-color: rgb(202,129,98); }
td.TdClassName
{
border-color: #CA8162;
}
.TagClassName
{
border-color: #CA8162;
}
</style>