Shades of Burning Sand #CA805A
Tints of Burning Sand #CA805A
RGB
CMYK
RGB Variations
Color information
#CA805A (or 0xCA805A) is known color: Burning Sand. HEX triplet: CA, 80 and 5A. RGB value is (202,128,90). Sum of RGB (Red+Green+Blue) = 202+128+90=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA805A is #357FA5. Grayscale: #929292. Windows color (decimal): -3506086 or 5931210. OLE color: 5931210.
HSL color Cylindrical-coordinate representation of color #CA805A: hue angle of 20.36º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA805A is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 90 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.21 |
| HSL | 20.36º | 0.51% | 0.57% | - |
| HSV(B) | 20.36º | 0.55% | 0.79% | - |
| XYZ | 33.92 | 28.73 | 13.43 | - |
| YUV | 145.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 90 | 0 | 0.37 | 0.55 | 0.21 | 20.36 | 0.51 | 0.57 |
| Hex | CA | 80 | 5A | 0 | 25 | 37 | 15 | 14 | 33 | 39 |
| Octal | 312 | 200 | 132 | 0 | 45 | 67 | 25 | 24 | 63 | 71 |
| Binary | 11001010 | 10000000 | 1011010 | 0 | 100101 | 110111 | 10101 | 10100 | 110011 | 111001 |
Color Harmonies of #CA805A
Complementary color
Monochromatic Colors of #CA805A
Black with #CA805A
Text Example
Text Example
White with #CA805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA805A; }
p { color: rgb(202,128,90); }
H1.HeaderClassName
{
color: #CA805A;
}
.AnyTagClassName
{
color: #CA805A;
}
</style>
background-color css
<style>
a { background-color: #CA805A; }
a { background-color: rgb(202,128,90); }
div.DivClassName
{
background-color: #CA805A;
}
.BgClassName
{
background-color: #CA805A;
}
</style>
border-color css
<style>
span { border-color: #CA805A; }
span { border-color: rgb(202,128,90); }
td.TdClassName
{
border-color: #CA805A;
}
.TagClassName
{
border-color: #CA805A;
}
</style>