Shades of Burning Sand #CA7F62
Tints of Burning Sand #CA7F62
RGB
CMYK
RGB Variations
Color information
#CA7F62 (or 0xCA7F62) is known color: Burning Sand. HEX triplet: CA, 7F and 62. RGB value is (202,127,98). Sum of RGB (Red+Green+Blue) = 202+127+98=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F62 is #35809D. Grayscale: #929292. Windows color (decimal): -3506334 or 6455242. OLE color: 6455242.
HSL color Cylindrical-coordinate representation of color #CA7F62: hue angle of 16.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7F62 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 98 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.21 |
| HSL | 16.73º | 0.5% | 0.59% | - |
| HSV(B) | 16.73º | 0.51% | 0.79% | - |
| XYZ | 34.15 | 28.62 | 15.28 | - |
| YUV | 146.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 98 | 0 | 0.37 | 0.51 | 0.21 | 16.73 | 0.5 | 0.59 |
| Hex | CA | 7F | 62 | 0 | 25 | 33 | 15 | 11 | 32 | 3B |
| Octal | 312 | 177 | 142 | 0 | 45 | 63 | 25 | 21 | 62 | 73 |
| Binary | 11001010 | 1111111 | 1100010 | 0 | 100101 | 110011 | 10101 | 10001 | 110010 | 111011 |
Color Harmonies of #CA7F62
Complementary color
Monochromatic Colors of #CA7F62
Black with #CA7F62
Text Example
Text Example
White with #CA7F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F62; }
p { color: rgb(202,127,98); }
H1.HeaderClassName
{
color: #CA7F62;
}
.AnyTagClassName
{
color: #CA7F62;
}
</style>
background-color css
<style>
a { background-color: #CA7F62; }
a { background-color: rgb(202,127,98); }
div.DivClassName
{
background-color: #CA7F62;
}
.BgClassName
{
background-color: #CA7F62;
}
</style>
border-color css
<style>
span { border-color: #CA7F62; }
span { border-color: rgb(202,127,98); }
td.TdClassName
{
border-color: #CA7F62;
}
.TagClassName
{
border-color: #CA7F62;
}
</style>