Shades of Burning Sand #CA825F
Tints of Burning Sand #CA825F
RGB
CMYK
RGB Variations
Color information
#CA825F (or 0xCA825F) is known color: Burning Sand. HEX triplet: CA, 82 and 5F. RGB value is (202,130,95). Sum of RGB (Red+Green+Blue) = 202+130+95=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA825F is #357DA0. Grayscale: #939393. Windows color (decimal): -3505569 or 6259402. OLE color: 6259402.
HSL color Cylindrical-coordinate representation of color #CA825F: hue angle of 19.63º 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 #CA825F is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 95 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.21 |
| HSL | 19.63º | 0.5% | 0.58% | - |
| HSV(B) | 19.63º | 0.53% | 0.79% | - |
| XYZ | 34.41 | 29.35 | 14.68 | - |
| YUV | 147.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 95 | 0 | 0.36 | 0.53 | 0.21 | 19.63 | 0.5 | 0.58 |
| Hex | CA | 82 | 5F | 0 | 24 | 35 | 15 | 14 | 32 | 3A |
| Octal | 312 | 202 | 137 | 0 | 44 | 65 | 25 | 24 | 62 | 72 |
| Binary | 11001010 | 10000010 | 1011111 | 0 | 100100 | 110101 | 10101 | 10100 | 110010 | 111010 |
Color Harmonies of #CA825F
Complementary color
Monochromatic Colors of #CA825F
Black with #CA825F
Text Example
Text Example
White with #CA825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA825F; }
p { color: rgb(202,130,95); }
H1.HeaderClassName
{
color: #CA825F;
}
.AnyTagClassName
{
color: #CA825F;
}
</style>
background-color css
<style>
a { background-color: #CA825F; }
a { background-color: rgb(202,130,95); }
div.DivClassName
{
background-color: #CA825F;
}
.BgClassName
{
background-color: #CA825F;
}
</style>
border-color css
<style>
span { border-color: #CA825F; }
span { border-color: rgb(202,130,95); }
td.TdClassName
{
border-color: #CA825F;
}
.TagClassName
{
border-color: #CA825F;
}
</style>