Shades of Burning Sand #CA8171
Tints of Burning Sand #CA8171
RGB
CMYK
RGB Variations
Color information
#CA8171 (or 0xCA8171) is known color: Burning Sand. HEX triplet: CA, 81 and 71. RGB value is (202,129,113). Sum of RGB (Red+Green+Blue) = 202+129+113=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8171 is #357E8E. Grayscale: #959595. Windows color (decimal): -3505807 or 7438794. OLE color: 7438794.
HSL color Cylindrical-coordinate representation of color #CA8171: hue angle of 10.79º degrees, saturation: 0.46, 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 #CA8171 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 113 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.21 |
| HSL | 10.79º | 0.46% | 0.62% | - |
| HSV(B) | 10.79º | 0.44% | 0.79% | - |
| XYZ | 35.19 | 29.45 | 19.45 | - |
| YUV | 149 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 113 | 0 | 0.36 | 0.44 | 0.21 | 10.79 | 0.46 | 0.62 |
| Hex | CA | 81 | 71 | 0 | 24 | 2C | 15 | B | 2E | 3E |
| Octal | 312 | 201 | 161 | 0 | 44 | 54 | 25 | 13 | 56 | 76 |
| Binary | 11001010 | 10000001 | 1110001 | 0 | 100100 | 101100 | 10101 | 1011 | 101110 | 111110 |
Color Harmonies of #CA8171
Complementary color
Monochromatic Colors of #CA8171
Black with #CA8171
Text Example
Text Example
White with #CA8171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8171; }
p { color: rgb(202,129,113); }
H1.HeaderClassName
{
color: #CA8171;
}
.AnyTagClassName
{
color: #CA8171;
}
</style>
background-color css
<style>
a { background-color: #CA8171; }
a { background-color: rgb(202,129,113); }
div.DivClassName
{
background-color: #CA8171;
}
.BgClassName
{
background-color: #CA8171;
}
</style>
border-color css
<style>
span { border-color: #CA8171; }
span { border-color: rgb(202,129,113); }
td.TdClassName
{
border-color: #CA8171;
}
.TagClassName
{
border-color: #CA8171;
}
</style>