Shades of Burning Sand #CA7D64
Tints of Burning Sand #CA7D64
RGB
CMYK
RGB Variations
Color information
#CA7D64 (or 0xCA7D64) is known color: Burning Sand. HEX triplet: CA, 7D and 64. RGB value is (202,125,100). Sum of RGB (Red+Green+Blue) = 202+125+100=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D64 is #35829B. Grayscale: #919191. Windows color (decimal): -3506844 or 6585802. OLE color: 6585802.
HSL color Cylindrical-coordinate representation of color #CA7D64: hue angle of 14.71º 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 #CA7D64 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 100 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.21 |
| HSL | 14.71º | 0.49% | 0.59% | - |
| HSV(B) | 14.71º | 0.5% | 0.79% | - |
| XYZ | 33.99 | 28.14 | 15.7 | - |
| YUV | 145.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 100 | 0 | 0.38 | 0.50 | 0.21 | 14.71 | 0.49 | 0.59 |
| Hex | CA | 7D | 64 | 0 | 26 | 32 | 15 | F | 31 | 3B |
| Octal | 312 | 175 | 144 | 0 | 46 | 62 | 25 | 17 | 61 | 73 |
| Binary | 11001010 | 1111101 | 1100100 | 0 | 100110 | 110010 | 10101 | 1111 | 110001 | 111011 |
Color Harmonies of #CA7D64
Complementary color
Monochromatic Colors of #CA7D64
Black with #CA7D64
Text Example
Text Example
White with #CA7D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D64; }
p { color: rgb(202,125,100); }
H1.HeaderClassName
{
color: #CA7D64;
}
.AnyTagClassName
{
color: #CA7D64;
}
</style>
background-color css
<style>
a { background-color: #CA7D64; }
a { background-color: rgb(202,125,100); }
div.DivClassName
{
background-color: #CA7D64;
}
.BgClassName
{
background-color: #CA7D64;
}
</style>
border-color css
<style>
span { border-color: #CA7D64; }
span { border-color: rgb(202,125,100); }
td.TdClassName
{
border-color: #CA7D64;
}
.TagClassName
{
border-color: #CA7D64;
}
</style>