Shades of Burning Sand #CC7965
Tints of Burning Sand #CC7965
RGB
CMYK
RGB Variations
Color information
#CC7965 (or 0xCC7965) is known color: Burning Sand. HEX triplet: CC, 79 and 65. RGB value is (204,121,101). Sum of RGB (Red+Green+Blue) = 204+121+101=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7965 is #33869A. Grayscale: #8F8F8F. Windows color (decimal): -3376795 or 6650316. OLE color: 6650316.
HSL color Cylindrical-coordinate representation of color #CC7965: hue angle of 11.65º 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 #CC7965 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 101 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.2 |
| HSL | 11.65º | 0.5% | 0.6% | - |
| HSV(B) | 11.65º | 0.5% | 0.8% | - |
| XYZ | 34.09 | 27.45 | 15.81 | - |
| YUV | 143.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 101 | 0 | 0.41 | 0.50 | 0.2 | 11.65 | 0.5 | 0.6 |
| Hex | CC | 79 | 65 | 0 | 29 | 32 | 14 | C | 32 | 3C |
| Octal | 314 | 171 | 145 | 0 | 51 | 62 | 24 | 14 | 62 | 74 |
| Binary | 11001100 | 1111001 | 1100101 | 0 | 101001 | 110010 | 10100 | 1100 | 110010 | 111100 |
Color Harmonies of #CC7965
Complementary color
Monochromatic Colors of #CC7965
Black with #CC7965
Text Example
Text Example
White with #CC7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7965; }
p { color: rgb(204,121,101); }
H1.HeaderClassName
{
color: #CC7965;
}
.AnyTagClassName
{
color: #CC7965;
}
</style>
background-color css
<style>
a { background-color: #CC7965; }
a { background-color: rgb(204,121,101); }
div.DivClassName
{
background-color: #CC7965;
}
.BgClassName
{
background-color: #CC7965;
}
</style>
border-color css
<style>
span { border-color: #CC7965; }
span { border-color: rgb(204,121,101); }
td.TdClassName
{
border-color: #CC7965;
}
.TagClassName
{
border-color: #CC7965;
}
</style>