Shades of Burning Sand #CA7F5E
Tints of Burning Sand #CA7F5E
RGB
CMYK
RGB Variations
Color information
#CA7F5E (or 0xCA7F5E) is known color: Burning Sand. HEX triplet: CA, 7F and 5E. RGB value is (202,127,94). Sum of RGB (Red+Green+Blue) = 202+127+94=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F5E is #3580A1. Grayscale: #919191. Windows color (decimal): -3506338 or 6193098. OLE color: 6193098.
HSL color Cylindrical-coordinate representation of color #CA7F5E: hue angle of 18.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA7F5E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 94 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.21 |
| HSL | 18.33º | 0.5% | 0.58% | - |
| HSV(B) | 18.33º | 0.53% | 0.79% | - |
| XYZ | 33.97 | 28.54 | 14.31 | - |
| YUV | 145.66 | 98.85 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 94 | 0 | 0.37 | 0.53 | 0.21 | 18.33 | 0.5 | 0.58 |
| Hex | CA | 7F | 5E | 0 | 25 | 35 | 15 | 12 | 32 | 3A |
| Octal | 312 | 177 | 136 | 0 | 45 | 65 | 25 | 22 | 62 | 72 |
| Binary | 11001010 | 1111111 | 1011110 | 0 | 100101 | 110101 | 10101 | 10010 | 110010 | 111010 |
Color Harmonies of #CA7F5E
Complementary color
Monochromatic Colors of #CA7F5E
Black with #CA7F5E
Text Example
Text Example
White with #CA7F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F5E; }
p { color: rgb(202,127,94); }
H1.HeaderClassName
{
color: #CA7F5E;
}
.AnyTagClassName
{
color: #CA7F5E;
}
</style>
background-color css
<style>
a { background-color: #CA7F5E; }
a { background-color: rgb(202,127,94); }
div.DivClassName
{
background-color: #CA7F5E;
}
.BgClassName
{
background-color: #CA7F5E;
}
</style>
border-color css
<style>
span { border-color: #CA7F5E; }
span { border-color: rgb(202,127,94); }
td.TdClassName
{
border-color: #CA7F5E;
}
.TagClassName
{
border-color: #CA7F5E;
}
</style>