Shades of Burning Sand #CA805B
Tints of Burning Sand #CA805B
RGB
CMYK
RGB Variations
Color information
#CA805B (or 0xCA805B) is known color: Burning Sand. HEX triplet: CA, 80 and 5B. RGB value is (202,128,91). Sum of RGB (Red+Green+Blue) = 202+128+91=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA805B is #357FA4. Grayscale: #929292. Windows color (decimal): -3506085 or 5996746. OLE color: 5996746.
HSL color Cylindrical-coordinate representation of color #CA805B: hue angle of 20º 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 #CA805B is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 91 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.21 |
| HSL | 20º | 0.51% | 0.57% | - |
| HSV(B) | 20º | 0.55% | 0.79% | - |
| XYZ | 33.96 | 28.75 | 13.66 | - |
| YUV | 145.91 | 97.02 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 91 | 0 | 0.37 | 0.55 | 0.21 | 20 | 0.51 | 0.57 |
| Hex | CA | 80 | 5B | 0 | 25 | 37 | 15 | 14 | 33 | 39 |
| Octal | 312 | 200 | 133 | 0 | 45 | 67 | 25 | 24 | 63 | 71 |
| Binary | 11001010 | 10000000 | 1011011 | 0 | 100101 | 110111 | 10101 | 10100 | 110011 | 111001 |
Color Harmonies of #CA805B
Complementary color
Monochromatic Colors of #CA805B
Black with #CA805B
Text Example
Text Example
White with #CA805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA805B; }
p { color: rgb(202,128,91); }
H1.HeaderClassName
{
color: #CA805B;
}
.AnyTagClassName
{
color: #CA805B;
}
</style>
background-color css
<style>
a { background-color: #CA805B; }
a { background-color: rgb(202,128,91); }
div.DivClassName
{
background-color: #CA805B;
}
.BgClassName
{
background-color: #CA805B;
}
</style>
border-color css
<style>
span { border-color: #CA805B; }
span { border-color: rgb(202,128,91); }
td.TdClassName
{
border-color: #CA805B;
}
.TagClassName
{
border-color: #CA805B;
}
</style>