Shades of Burning Sand #CA7C64
Tints of Burning Sand #CA7C64
RGB
CMYK
RGB Variations
Color information
#CA7C64 (or 0xCA7C64) is known color: Burning Sand. HEX triplet: CA, 7C and 64. RGB value is (202,124,100). Sum of RGB (Red+Green+Blue) = 202+124+100=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C64 is #35839B. Grayscale: #909090. Windows color (decimal): -3507100 or 6585546. OLE color: 6585546.
HSL color Cylindrical-coordinate representation of color #CA7C64: hue angle of 14.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7C64 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 100 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.21 |
| HSL | 14.12º | 0.49% | 0.59% | - |
| HSV(B) | 14.12º | 0.5% | 0.79% | - |
| XYZ | 33.87 | 27.89 | 15.66 | - |
| YUV | 144.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 100 | 0 | 0.39 | 0.50 | 0.21 | 14.12 | 0.49 | 0.59 |
| Hex | CA | 7C | 64 | 0 | 27 | 32 | 15 | E | 31 | 3B |
| Octal | 312 | 174 | 144 | 0 | 47 | 62 | 25 | 16 | 61 | 73 |
| Binary | 11001010 | 1111100 | 1100100 | 0 | 100111 | 110010 | 10101 | 1110 | 110001 | 111011 |
Color Harmonies of #CA7C64
Complementary color
Monochromatic Colors of #CA7C64
Black with #CA7C64
Text Example
Text Example
White with #CA7C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C64; }
p { color: rgb(202,124,100); }
H1.HeaderClassName
{
color: #CA7C64;
}
.AnyTagClassName
{
color: #CA7C64;
}
</style>
background-color css
<style>
a { background-color: #CA7C64; }
a { background-color: rgb(202,124,100); }
div.DivClassName
{
background-color: #CA7C64;
}
.BgClassName
{
background-color: #CA7C64;
}
</style>
border-color css
<style>
span { border-color: #CA7C64; }
span { border-color: rgb(202,124,100); }
td.TdClassName
{
border-color: #CA7C64;
}
.TagClassName
{
border-color: #CA7C64;
}
</style>