Shades of Burning Sand #CA825E
Tints of Burning Sand #CA825E
RGB
CMYK
RGB Variations
Color information
#CA825E (or 0xCA825E) is known color: Burning Sand. HEX triplet: CA, 82 and 5E. RGB value is (202,130,94). Sum of RGB (Red+Green+Blue) = 202+130+94=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA825E is #357DA1. Grayscale: #939393. Windows color (decimal): -3505570 or 6193866. OLE color: 6193866.
HSL color Cylindrical-coordinate representation of color #CA825E: hue angle of 20º 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 #CA825E is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 94 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.21 |
| HSL | 20º | 0.5% | 0.58% | - |
| HSV(B) | 20º | 0.53% | 0.79% | - |
| XYZ | 34.36 | 29.33 | 14.44 | - |
| YUV | 147.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 94 | 0 | 0.36 | 0.53 | 0.21 | 20 | 0.5 | 0.58 |
| Hex | CA | 82 | 5E | 0 | 24 | 35 | 15 | 14 | 32 | 3A |
| Octal | 312 | 202 | 136 | 0 | 44 | 65 | 25 | 24 | 62 | 72 |
| Binary | 11001010 | 10000010 | 1011110 | 0 | 100100 | 110101 | 10101 | 10100 | 110010 | 111010 |
Color Harmonies of #CA825E
Complementary color
Monochromatic Colors of #CA825E
Black with #CA825E
Text Example
Text Example
White with #CA825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA825E; }
p { color: rgb(202,130,94); }
H1.HeaderClassName
{
color: #CA825E;
}
.AnyTagClassName
{
color: #CA825E;
}
</style>
background-color css
<style>
a { background-color: #CA825E; }
a { background-color: rgb(202,130,94); }
div.DivClassName
{
background-color: #CA825E;
}
.BgClassName
{
background-color: #CA825E;
}
</style>
border-color css
<style>
span { border-color: #CA825E; }
span { border-color: rgb(202,130,94); }
td.TdClassName
{
border-color: #CA825E;
}
.TagClassName
{
border-color: #CA825E;
}
</style>