Shades of Burning Sand #CA805F
Tints of Burning Sand #CA805F
RGB
CMYK
RGB Variations
Color information
#CA805F (or 0xCA805F) is known color: Burning Sand. HEX triplet: CA, 80 and 5F. RGB value is (202,128,95). Sum of RGB (Red+Green+Blue) = 202+128+95=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA805F is #357FA0. Grayscale: #929292. Windows color (decimal): -3506081 or 6258890. OLE color: 6258890.
HSL color Cylindrical-coordinate representation of color #CA805F: hue angle of 18.5º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA805F is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 95 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.21 |
| HSL | 18.5º | 0.5% | 0.58% | - |
| HSV(B) | 18.5º | 0.53% | 0.79% | - |
| XYZ | 34.14 | 28.82 | 14.59 | - |
| YUV | 146.36 | 99.02 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 95 | 0 | 0.37 | 0.53 | 0.21 | 18.5 | 0.5 | 0.58 |
| Hex | CA | 80 | 5F | 0 | 25 | 35 | 15 | 13 | 32 | 3A |
| Octal | 312 | 200 | 137 | 0 | 45 | 65 | 25 | 23 | 62 | 72 |
| Binary | 11001010 | 10000000 | 1011111 | 0 | 100101 | 110101 | 10101 | 10011 | 110010 | 111010 |
Color Harmonies of #CA805F
Complementary color
Monochromatic Colors of #CA805F
Black with #CA805F
Text Example
Text Example
White with #CA805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA805F; }
p { color: rgb(202,128,95); }
H1.HeaderClassName
{
color: #CA805F;
}
.AnyTagClassName
{
color: #CA805F;
}
</style>
background-color css
<style>
a { background-color: #CA805F; }
a { background-color: rgb(202,128,95); }
div.DivClassName
{
background-color: #CA805F;
}
.BgClassName
{
background-color: #CA805F;
}
</style>
border-color css
<style>
span { border-color: #CA805F; }
span { border-color: rgb(202,128,95); }
td.TdClassName
{
border-color: #CA805F;
}
.TagClassName
{
border-color: #CA805F;
}
</style>