Shades of Burning Sand #CA7E61
Tints of Burning Sand #CA7E61
RGB
CMYK
RGB Variations
Color information
#CA7E61 (or 0xCA7E61) is known color: Burning Sand. HEX triplet: CA, 7E and 61. RGB value is (202,126,97). Sum of RGB (Red+Green+Blue) = 202+126+97=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E61 is #35819E. Grayscale: #919191. Windows color (decimal): -3506591 or 6389450. OLE color: 6389450.
HSL color Cylindrical-coordinate representation of color #CA7E61: hue angle of 16.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA7E61 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 97 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.21 |
| HSL | 16.57º | 0.5% | 0.59% | - |
| HSV(B) | 16.57º | 0.52% | 0.79% | - |
| XYZ | 33.98 | 28.34 | 14.99 | - |
| YUV | 145.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 97 | 0 | 0.38 | 0.52 | 0.21 | 16.57 | 0.5 | 0.59 |
| Hex | CA | 7E | 61 | 0 | 26 | 34 | 15 | 11 | 32 | 3B |
| Octal | 312 | 176 | 141 | 0 | 46 | 64 | 25 | 21 | 62 | 73 |
| Binary | 11001010 | 1111110 | 1100001 | 0 | 100110 | 110100 | 10101 | 10001 | 110010 | 111011 |
Color Harmonies of #CA7E61
Complementary color
Monochromatic Colors of #CA7E61
Black with #CA7E61
Text Example
Text Example
White with #CA7E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E61; }
p { color: rgb(202,126,97); }
H1.HeaderClassName
{
color: #CA7E61;
}
.AnyTagClassName
{
color: #CA7E61;
}
</style>
background-color css
<style>
a { background-color: #CA7E61; }
a { background-color: rgb(202,126,97); }
div.DivClassName
{
background-color: #CA7E61;
}
.BgClassName
{
background-color: #CA7E61;
}
</style>
border-color css
<style>
span { border-color: #CA7E61; }
span { border-color: rgb(202,126,97); }
td.TdClassName
{
border-color: #CA7E61;
}
.TagClassName
{
border-color: #CA7E61;
}
</style>