Shades of Burning Sand #CC7A64
Tints of Burning Sand #CC7A64
RGB
CMYK
RGB Variations
Color information
#CC7A64 (or 0xCC7A64) is known color: Burning Sand. HEX triplet: CC, 7A and 64. RGB value is (204,122,100). Sum of RGB (Red+Green+Blue) = 204+122+100=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A64 is #33859B. Grayscale: #909090. Windows color (decimal): -3376540 or 6585036. OLE color: 6585036.
HSL color Cylindrical-coordinate representation of color #CC7A64: hue angle of 12.69º 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 #CC7A64 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 100 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.2 |
| HSL | 12.69º | 0.5% | 0.6% | - |
| HSV(B) | 12.69º | 0.51% | 0.8% | - |
| XYZ | 34.16 | 27.68 | 15.6 | - |
| YUV | 144.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 100 | 0 | 0.40 | 0.51 | 0.2 | 12.69 | 0.5 | 0.6 |
| Hex | CC | 7A | 64 | 0 | 28 | 33 | 14 | D | 32 | 3C |
| Octal | 314 | 172 | 144 | 0 | 50 | 63 | 24 | 15 | 62 | 74 |
| Binary | 11001100 | 1111010 | 1100100 | 0 | 101000 | 110011 | 10100 | 1101 | 110010 | 111100 |
Color Harmonies of #CC7A64
Complementary color
Monochromatic Colors of #CC7A64
Black with #CC7A64
Text Example
Text Example
White with #CC7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A64; }
p { color: rgb(204,122,100); }
H1.HeaderClassName
{
color: #CC7A64;
}
.AnyTagClassName
{
color: #CC7A64;
}
</style>
background-color css
<style>
a { background-color: #CC7A64; }
a { background-color: rgb(204,122,100); }
div.DivClassName
{
background-color: #CC7A64;
}
.BgClassName
{
background-color: #CC7A64;
}
</style>
border-color css
<style>
span { border-color: #CC7A64; }
span { border-color: rgb(204,122,100); }
td.TdClassName
{
border-color: #CC7A64;
}
.TagClassName
{
border-color: #CC7A64;
}
</style>