Shades of Burning Sand #CC7C61
Tints of Burning Sand #CC7C61
RGB
CMYK
RGB Variations
Color information
#CC7C61 (or 0xCC7C61) is known color: Burning Sand. HEX triplet: CC, 7C and 61. RGB value is (204,124,97). Sum of RGB (Red+Green+Blue) = 204+124+97=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C61 is #33839E. Grayscale: #919191. Windows color (decimal): -3376031 or 6388940. OLE color: 6388940.
HSL color Cylindrical-coordinate representation of color #CC7C61: hue angle of 15.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC7C61 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 97 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.2 |
| HSL | 15.14º | 0.51% | 0.59% | - |
| HSV(B) | 15.14º | 0.52% | 0.8% | - |
| XYZ | 34.27 | 28.12 | 14.93 | - |
| YUV | 144.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 97 | 0 | 0.39 | 0.52 | 0.2 | 15.14 | 0.51 | 0.59 |
| Hex | CC | 7C | 61 | 0 | 27 | 34 | 14 | F | 33 | 3B |
| Octal | 314 | 174 | 141 | 0 | 47 | 64 | 24 | 17 | 63 | 73 |
| Binary | 11001100 | 1111100 | 1100001 | 0 | 100111 | 110100 | 10100 | 1111 | 110011 | 111011 |
Color Harmonies of #CC7C61
Complementary color
Monochromatic Colors of #CC7C61
Black with #CC7C61
Text Example
Text Example
White with #CC7C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C61; }
p { color: rgb(204,124,97); }
H1.HeaderClassName
{
color: #CC7C61;
}
.AnyTagClassName
{
color: #CC7C61;
}
</style>
background-color css
<style>
a { background-color: #CC7C61; }
a { background-color: rgb(204,124,97); }
div.DivClassName
{
background-color: #CC7C61;
}
.BgClassName
{
background-color: #CC7C61;
}
</style>
border-color css
<style>
span { border-color: #CC7C61; }
span { border-color: rgb(204,124,97); }
td.TdClassName
{
border-color: #CC7C61;
}
.TagClassName
{
border-color: #CC7C61;
}
</style>