Shades of Burning Sand #CC7D64
Tints of Burning Sand #CC7D64
RGB
CMYK
RGB Variations
Color information
#CC7D64 (or 0xCC7D64) is known color: Burning Sand. HEX triplet: CC, 7D and 64. RGB value is (204,125,100). Sum of RGB (Red+Green+Blue) = 204+125+100=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D64 is #33829B. Grayscale: #919191. Windows color (decimal): -3375772 or 6585804. OLE color: 6585804.
HSL color Cylindrical-coordinate representation of color #CC7D64: hue angle of 14.42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC7D64 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 100 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.2 |
| HSL | 14.42º | 0.5% | 0.6% | - |
| HSV(B) | 14.42º | 0.51% | 0.8% | - |
| XYZ | 34.54 | 28.42 | 15.72 | - |
| YUV | 145.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 100 | 0 | 0.39 | 0.51 | 0.2 | 14.42 | 0.5 | 0.6 |
| Hex | CC | 7D | 64 | 0 | 27 | 33 | 14 | E | 32 | 3C |
| Octal | 314 | 175 | 144 | 0 | 47 | 63 | 24 | 16 | 62 | 74 |
| Binary | 11001100 | 1111101 | 1100100 | 0 | 100111 | 110011 | 10100 | 1110 | 110010 | 111100 |
Color Harmonies of #CC7D64
Complementary color
Monochromatic Colors of #CC7D64
Black with #CC7D64
Text Example
Text Example
White with #CC7D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D64; }
p { color: rgb(204,125,100); }
H1.HeaderClassName
{
color: #CC7D64;
}
.AnyTagClassName
{
color: #CC7D64;
}
</style>
background-color css
<style>
a { background-color: #CC7D64; }
a { background-color: rgb(204,125,100); }
div.DivClassName
{
background-color: #CC7D64;
}
.BgClassName
{
background-color: #CC7D64;
}
</style>
border-color css
<style>
span { border-color: #CC7D64; }
span { border-color: rgb(204,125,100); }
td.TdClassName
{
border-color: #CC7D64;
}
.TagClassName
{
border-color: #CC7D64;
}
</style>