Shades of Burning Sand #CA8172
Tints of Burning Sand #CA8172
RGB
CMYK
RGB Variations
Color information
#CA8172 (or 0xCA8172) is known color: Burning Sand. HEX triplet: CA, 81 and 72. RGB value is (202,129,114). Sum of RGB (Red+Green+Blue) = 202+129+114=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8172 is #357E8D. Grayscale: #959595. Windows color (decimal): -3505806 or 7504330. OLE color: 7504330.
HSL color Cylindrical-coordinate representation of color #CA8172: hue angle of 10.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA8172 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 114 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.21 |
| HSL | 10.23º | 0.45% | 0.62% | - |
| HSV(B) | 10.23º | 0.44% | 0.79% | - |
| XYZ | 35.24 | 29.47 | 19.75 | - |
| YUV | 149.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 114 | 0 | 0.36 | 0.44 | 0.21 | 10.23 | 0.45 | 0.62 |
| Hex | CA | 81 | 72 | 0 | 24 | 2C | 15 | A | 2D | 3E |
| Octal | 312 | 201 | 162 | 0 | 44 | 54 | 25 | 12 | 55 | 76 |
| Binary | 11001010 | 10000001 | 1110010 | 0 | 100100 | 101100 | 10101 | 1010 | 101101 | 111110 |
Color Harmonies of #CA8172
Complementary color
Monochromatic Colors of #CA8172
Black with #CA8172
Text Example
Text Example
White with #CA8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8172; }
p { color: rgb(202,129,114); }
H1.HeaderClassName
{
color: #CA8172;
}
.AnyTagClassName
{
color: #CA8172;
}
</style>
background-color css
<style>
a { background-color: #CA8172; }
a { background-color: rgb(202,129,114); }
div.DivClassName
{
background-color: #CA8172;
}
.BgClassName
{
background-color: #CA8172;
}
</style>
border-color css
<style>
span { border-color: #CA8172; }
span { border-color: rgb(202,129,114); }
td.TdClassName
{
border-color: #CA8172;
}
.TagClassName
{
border-color: #CA8172;
}
</style>