Shades of Burning Sand #CA7F55
Tints of Burning Sand #CA7F55
RGB
CMYK
RGB Variations
Color information
#CA7F55 (or 0xCA7F55) is known color: Burning Sand. HEX triplet: CA, 7F and 55. RGB value is (202,127,85). Sum of RGB (Red+Green+Blue) = 202+127+85=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F55 is #3580AA. Grayscale: #909090. Windows color (decimal): -3506347 or 5603274. OLE color: 5603274.
HSL color Cylindrical-coordinate representation of color #CA7F55: hue angle of 21.54º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA7F55 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 85 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.21 |
| HSL | 21.54º | 0.52% | 0.56% | - |
| HSV(B) | 21.54º | 0.58% | 0.79% | - |
| XYZ | 33.59 | 28.39 | 12.3 | - |
| YUV | 144.64 | 94.35 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 85 | 0 | 0.37 | 0.58 | 0.21 | 21.54 | 0.52 | 0.56 |
| Hex | CA | 7F | 55 | 0 | 25 | 3A | 15 | 16 | 34 | 38 |
| Octal | 312 | 177 | 125 | 0 | 45 | 72 | 25 | 26 | 64 | 70 |
| Binary | 11001010 | 1111111 | 1010101 | 0 | 100101 | 111010 | 10101 | 10110 | 110100 | 111000 |
Color Harmonies of #CA7F55
Complementary color
Monochromatic Colors of #CA7F55
Black with #CA7F55
Text Example
Text Example
White with #CA7F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F55; }
p { color: rgb(202,127,85); }
H1.HeaderClassName
{
color: #CA7F55;
}
.AnyTagClassName
{
color: #CA7F55;
}
</style>
background-color css
<style>
a { background-color: #CA7F55; }
a { background-color: rgb(202,127,85); }
div.DivClassName
{
background-color: #CA7F55;
}
.BgClassName
{
background-color: #CA7F55;
}
</style>
border-color css
<style>
span { border-color: #CA7F55; }
span { border-color: rgb(202,127,85); }
td.TdClassName
{
border-color: #CA7F55;
}
.TagClassName
{
border-color: #CA7F55;
}
</style>