Shades of Burning Sand #CC7C65
Tints of Burning Sand #CC7C65
RGB
CMYK
RGB Variations
Color information
#CC7C65 (or 0xCC7C65) is known color: Burning Sand. HEX triplet: CC, 7C and 65. RGB value is (204,124,101). Sum of RGB (Red+Green+Blue) = 204+124+101=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C65 is #33839A. Grayscale: #919191. Windows color (decimal): -3376027 or 6651084. OLE color: 6651084.
HSL color Cylindrical-coordinate representation of color #CC7C65: hue angle of 13.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7C65 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 101 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.2 |
| HSL | 13.4º | 0.5% | 0.6% | - |
| HSV(B) | 13.4º | 0.5% | 0.8% | - |
| XYZ | 34.46 | 28.19 | 15.94 | - |
| YUV | 145.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 101 | 0 | 0.39 | 0.50 | 0.2 | 13.4 | 0.5 | 0.6 |
| Hex | CC | 7C | 65 | 0 | 27 | 32 | 14 | D | 32 | 3C |
| Octal | 314 | 174 | 145 | 0 | 47 | 62 | 24 | 15 | 62 | 74 |
| Binary | 11001100 | 1111100 | 1100101 | 0 | 100111 | 110010 | 10100 | 1101 | 110010 | 111100 |
Color Harmonies of #CC7C65
Complementary color
Monochromatic Colors of #CC7C65
Black with #CC7C65
Text Example
Text Example
White with #CC7C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C65; }
p { color: rgb(204,124,101); }
H1.HeaderClassName
{
color: #CC7C65;
}
.AnyTagClassName
{
color: #CC7C65;
}
</style>
background-color css
<style>
a { background-color: #CC7C65; }
a { background-color: rgb(204,124,101); }
div.DivClassName
{
background-color: #CC7C65;
}
.BgClassName
{
background-color: #CC7C65;
}
</style>
border-color css
<style>
span { border-color: #CC7C65; }
span { border-color: rgb(204,124,101); }
td.TdClassName
{
border-color: #CC7C65;
}
.TagClassName
{
border-color: #CC7C65;
}
</style>