Shades of Burning Sand #CA815E
Tints of Burning Sand #CA815E
RGB
CMYK
RGB Variations
Color information
#CA815E (or 0xCA815E) is known color: Burning Sand. HEX triplet: CA, 81 and 5E. RGB value is (202,129,94). Sum of RGB (Red+Green+Blue) = 202+129+94=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA815E is #357EA1. Grayscale: #939393. Windows color (decimal): -3505826 or 6193610. OLE color: 6193610.
HSL color Cylindrical-coordinate representation of color #CA815E: hue angle of 19.44º 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 #CA815E is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 94 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.21 |
| HSL | 19.44º | 0.5% | 0.58% | - |
| HSV(B) | 19.44º | 0.53% | 0.79% | - |
| XYZ | 34.23 | 29.07 | 14.4 | - |
| YUV | 146.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 94 | 0 | 0.36 | 0.53 | 0.21 | 19.44 | 0.5 | 0.58 |
| Hex | CA | 81 | 5E | 0 | 24 | 35 | 15 | 13 | 32 | 3A |
| Octal | 312 | 201 | 136 | 0 | 44 | 65 | 25 | 23 | 62 | 72 |
| Binary | 11001010 | 10000001 | 1011110 | 0 | 100100 | 110101 | 10101 | 10011 | 110010 | 111010 |
Color Harmonies of #CA815E
Complementary color
Monochromatic Colors of #CA815E
Black with #CA815E
Text Example
Text Example
White with #CA815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA815E; }
p { color: rgb(202,129,94); }
H1.HeaderClassName
{
color: #CA815E;
}
.AnyTagClassName
{
color: #CA815E;
}
</style>
background-color css
<style>
a { background-color: #CA815E; }
a { background-color: rgb(202,129,94); }
div.DivClassName
{
background-color: #CA815E;
}
.BgClassName
{
background-color: #CA815E;
}
</style>
border-color css
<style>
span { border-color: #CA815E; }
span { border-color: rgb(202,129,94); }
td.TdClassName
{
border-color: #CA815E;
}
.TagClassName
{
border-color: #CA815E;
}
</style>