Shades of Burning Sand #CA7C5A
Tints of Burning Sand #CA7C5A
RGB
CMYK
RGB Variations
Color information
#CA7C5A (or 0xCA7C5A) is known color: Burning Sand. HEX triplet: CA, 7C and 5A. RGB value is (202,124,90). Sum of RGB (Red+Green+Blue) = 202+124+90=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C5A is #3583A5. Grayscale: #8F8F8F. Windows color (decimal): -3507110 or 5930186. OLE color: 5930186.
HSL color Cylindrical-coordinate representation of color #CA7C5A: hue angle of 18.21º 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 #CA7C5A is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 90 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.21 |
| HSL | 18.21º | 0.51% | 0.57% | - |
| HSV(B) | 18.21º | 0.55% | 0.79% | - |
| XYZ | 33.41 | 27.71 | 13.26 | - |
| YUV | 143.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 90 | 0 | 0.39 | 0.55 | 0.21 | 18.21 | 0.51 | 0.57 |
| Hex | CA | 7C | 5A | 0 | 27 | 37 | 15 | 12 | 33 | 39 |
| Octal | 312 | 174 | 132 | 0 | 47 | 67 | 25 | 22 | 63 | 71 |
| Binary | 11001010 | 1111100 | 1011010 | 0 | 100111 | 110111 | 10101 | 10010 | 110011 | 111001 |
Color Harmonies of #CA7C5A
Complementary color
Monochromatic Colors of #CA7C5A
Black with #CA7C5A
Text Example
Text Example
White with #CA7C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C5A; }
p { color: rgb(202,124,90); }
H1.HeaderClassName
{
color: #CA7C5A;
}
.AnyTagClassName
{
color: #CA7C5A;
}
</style>
background-color css
<style>
a { background-color: #CA7C5A; }
a { background-color: rgb(202,124,90); }
div.DivClassName
{
background-color: #CA7C5A;
}
.BgClassName
{
background-color: #CA7C5A;
}
</style>
border-color css
<style>
span { border-color: #CA7C5A; }
span { border-color: rgb(202,124,90); }
td.TdClassName
{
border-color: #CA7C5A;
}
.TagClassName
{
border-color: #CA7C5A;
}
</style>