Shades of Burning Sand #CA7E57
Tints of Burning Sand #CA7E57
RGB
CMYK
RGB Variations
Color information
#CA7E57 (or 0xCA7E57) is known color: Burning Sand. HEX triplet: CA, 7E and 57. RGB value is (202,126,87). Sum of RGB (Red+Green+Blue) = 202+126+87=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E57 is #3581A8. Grayscale: #909090. Windows color (decimal): -3506601 or 5734090. OLE color: 5734090.
HSL color Cylindrical-coordinate representation of color #CA7E57: hue angle of 20.35º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA7E57 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 87 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.21 |
| HSL | 20.35º | 0.52% | 0.57% | - |
| HSV(B) | 20.35º | 0.57% | 0.79% | - |
| XYZ | 33.54 | 28.17 | 12.69 | - |
| YUV | 144.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 87 | 0 | 0.38 | 0.57 | 0.21 | 20.35 | 0.52 | 0.57 |
| Hex | CA | 7E | 57 | 0 | 26 | 39 | 15 | 14 | 34 | 39 |
| Octal | 312 | 176 | 127 | 0 | 46 | 71 | 25 | 24 | 64 | 71 |
| Binary | 11001010 | 1111110 | 1010111 | 0 | 100110 | 111001 | 10101 | 10100 | 110100 | 111001 |
Color Harmonies of #CA7E57
Complementary color
Monochromatic Colors of #CA7E57
Black with #CA7E57
Text Example
Text Example
White with #CA7E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E57; }
p { color: rgb(202,126,87); }
H1.HeaderClassName
{
color: #CA7E57;
}
.AnyTagClassName
{
color: #CA7E57;
}
</style>
background-color css
<style>
a { background-color: #CA7E57; }
a { background-color: rgb(202,126,87); }
div.DivClassName
{
background-color: #CA7E57;
}
.BgClassName
{
background-color: #CA7E57;
}
</style>
border-color css
<style>
span { border-color: #CA7E57; }
span { border-color: rgb(202,126,87); }
td.TdClassName
{
border-color: #CA7E57;
}
.TagClassName
{
border-color: #CA7E57;
}
</style>