Shades of Burning Sand #CA8470
Tints of Burning Sand #CA8470
RGB
CMYK
RGB Variations
Color information
#CA8470 (or 0xCA8470) is known color: Burning Sand. HEX triplet: CA, 84 and 70. RGB value is (202,132,112). Sum of RGB (Red+Green+Blue) = 202+132+112=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8470 is #357B8F. Grayscale: #969696. Windows color (decimal): -3505040 or 7374026. OLE color: 7374026.
HSL color Cylindrical-coordinate representation of color #CA8470: hue angle of 13.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA8470 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 112 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.21 |
| HSL | 13.33º | 0.46% | 0.62% | - |
| HSV(B) | 13.33º | 0.45% | 0.79% | - |
| XYZ | 35.53 | 30.23 | 19.29 | - |
| YUV | 150.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 112 | 0 | 0.35 | 0.45 | 0.21 | 13.33 | 0.46 | 0.62 |
| Hex | CA | 84 | 70 | 0 | 23 | 2D | 15 | D | 2E | 3E |
| Octal | 312 | 204 | 160 | 0 | 43 | 55 | 25 | 15 | 56 | 76 |
| Binary | 11001010 | 10000100 | 1110000 | 0 | 100011 | 101101 | 10101 | 1101 | 101110 | 111110 |
Color Harmonies of #CA8470
Complementary color
Monochromatic Colors of #CA8470
Black with #CA8470
Text Example
Text Example
White with #CA8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8470; }
p { color: rgb(202,132,112); }
H1.HeaderClassName
{
color: #CA8470;
}
.AnyTagClassName
{
color: #CA8470;
}
</style>
background-color css
<style>
a { background-color: #CA8470; }
a { background-color: rgb(202,132,112); }
div.DivClassName
{
background-color: #CA8470;
}
.BgClassName
{
background-color: #CA8470;
}
</style>
border-color css
<style>
span { border-color: #CA8470; }
span { border-color: rgb(202,132,112); }
td.TdClassName
{
border-color: #CA8470;
}
.TagClassName
{
border-color: #CA8470;
}
</style>