Shades of Burning Sand #CA825B
Tints of Burning Sand #CA825B
RGB
CMYK
RGB Variations
Color information
#CA825B (or 0xCA825B) is known color: Burning Sand. HEX triplet: CA, 82 and 5B. RGB value is (202,130,91). Sum of RGB (Red+Green+Blue) = 202+130+91=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA825B is #357DA4. Grayscale: #939393. Windows color (decimal): -3505573 or 5997258. OLE color: 5997258.
HSL color Cylindrical-coordinate representation of color #CA825B: hue angle of 21.08º 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 #CA825B is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 91 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.21 |
| HSL | 21.08º | 0.51% | 0.57% | - |
| HSV(B) | 21.08º | 0.55% | 0.79% | - |
| XYZ | 34.23 | 29.28 | 13.74 | - |
| YUV | 147.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 91 | 0 | 0.36 | 0.55 | 0.21 | 21.08 | 0.51 | 0.57 |
| Hex | CA | 82 | 5B | 0 | 24 | 37 | 15 | 15 | 33 | 39 |
| Octal | 312 | 202 | 133 | 0 | 44 | 67 | 25 | 25 | 63 | 71 |
| Binary | 11001010 | 10000010 | 1011011 | 0 | 100100 | 110111 | 10101 | 10101 | 110011 | 111001 |
Color Harmonies of #CA825B
Complementary color
Monochromatic Colors of #CA825B
Black with #CA825B
Text Example
Text Example
White with #CA825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA825B; }
p { color: rgb(202,130,91); }
H1.HeaderClassName
{
color: #CA825B;
}
.AnyTagClassName
{
color: #CA825B;
}
</style>
background-color css
<style>
a { background-color: #CA825B; }
a { background-color: rgb(202,130,91); }
div.DivClassName
{
background-color: #CA825B;
}
.BgClassName
{
background-color: #CA825B;
}
</style>
border-color css
<style>
span { border-color: #CA825B; }
span { border-color: rgb(202,130,91); }
td.TdClassName
{
border-color: #CA825B;
}
.TagClassName
{
border-color: #CA825B;
}
</style>