Shades of Burning Sand #CA8057
Tints of Burning Sand #CA8057
RGB
CMYK
RGB Variations
Color information
#CA8057 (or 0xCA8057) is known color: Burning Sand. HEX triplet: CA, 80 and 57. RGB value is (202,128,87). Sum of RGB (Red+Green+Blue) = 202+128+87=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8057 is #357FA8. Grayscale: #919191. Windows color (decimal): -3506089 or 5734602. OLE color: 5734602.
HSL color Cylindrical-coordinate representation of color #CA8057: hue angle of 21.39º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA8057 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 87 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.21 |
| HSL | 21.39º | 0.52% | 0.57% | - |
| HSV(B) | 21.39º | 0.57% | 0.79% | - |
| XYZ | 33.8 | 28.68 | 12.77 | - |
| YUV | 145.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 87 | 0 | 0.37 | 0.57 | 0.21 | 21.39 | 0.52 | 0.57 |
| Hex | CA | 80 | 57 | 0 | 25 | 39 | 15 | 15 | 34 | 39 |
| Octal | 312 | 200 | 127 | 0 | 45 | 71 | 25 | 25 | 64 | 71 |
| Binary | 11001010 | 10000000 | 1010111 | 0 | 100101 | 111001 | 10101 | 10101 | 110100 | 111001 |
Color Harmonies of #CA8057
Complementary color
Monochromatic Colors of #CA8057
Black with #CA8057
Text Example
Text Example
White with #CA8057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8057; }
p { color: rgb(202,128,87); }
H1.HeaderClassName
{
color: #CA8057;
}
.AnyTagClassName
{
color: #CA8057;
}
</style>
background-color css
<style>
a { background-color: #CA8057; }
a { background-color: rgb(202,128,87); }
div.DivClassName
{
background-color: #CA8057;
}
.BgClassName
{
background-color: #CA8057;
}
</style>
border-color css
<style>
span { border-color: #CA8057; }
span { border-color: rgb(202,128,87); }
td.TdClassName
{
border-color: #CA8057;
}
.TagClassName
{
border-color: #CA8057;
}
</style>