Shades of Burning Sand #CA7C5B
Tints of Burning Sand #CA7C5B
RGB
CMYK
RGB Variations
Color information
#CA7C5B (or 0xCA7C5B) is known color: Burning Sand. HEX triplet: CA, 7C and 5B. RGB value is (202,124,91). Sum of RGB (Red+Green+Blue) = 202+124+91=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C5B is #3583A4. Grayscale: #8F8F8F. Windows color (decimal): -3507109 or 5995722. OLE color: 5995722.
HSL color Cylindrical-coordinate representation of color #CA7C5B: hue angle of 17.84º 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 #CA7C5B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 91 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.21 |
| HSL | 17.84º | 0.51% | 0.57% | - |
| HSV(B) | 17.84º | 0.55% | 0.79% | - |
| XYZ | 33.45 | 27.73 | 13.49 | - |
| YUV | 143.56 | 98.34 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 91 | 0 | 0.39 | 0.55 | 0.21 | 17.84 | 0.51 | 0.57 |
| Hex | CA | 7C | 5B | 0 | 27 | 37 | 15 | 12 | 33 | 39 |
| Octal | 312 | 174 | 133 | 0 | 47 | 67 | 25 | 22 | 63 | 71 |
| Binary | 11001010 | 1111100 | 1011011 | 0 | 100111 | 110111 | 10101 | 10010 | 110011 | 111001 |
Color Harmonies of #CA7C5B
Complementary color
Monochromatic Colors of #CA7C5B
Black with #CA7C5B
Text Example
Text Example
White with #CA7C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C5B; }
p { color: rgb(202,124,91); }
H1.HeaderClassName
{
color: #CA7C5B;
}
.AnyTagClassName
{
color: #CA7C5B;
}
</style>
background-color css
<style>
a { background-color: #CA7C5B; }
a { background-color: rgb(202,124,91); }
div.DivClassName
{
background-color: #CA7C5B;
}
.BgClassName
{
background-color: #CA7C5B;
}
</style>
border-color css
<style>
span { border-color: #CA7C5B; }
span { border-color: rgb(202,124,91); }
td.TdClassName
{
border-color: #CA7C5B;
}
.TagClassName
{
border-color: #CA7C5B;
}
</style>