Shades of Ecstasy #CC6937
Tints of Ecstasy #CC6937
RGB
CMYK
RGB Variations
Color information
#CC6937 (or 0xCC6937) is known color: Ecstasy. HEX triplet: CC, 69 and 37. RGB value is (204,105,55). Sum of RGB (Red+Green+Blue) = 204+105+55=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6937 is #3396C8. Grayscale: #818181. Windows color (decimal): -3380937 or 3631564. OLE color: 3631564.
HSL color Cylindrical-coordinate representation of color #CC6937: hue angle of 20.13º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC6937 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 55 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.2 |
| HSL | 20.13º | 0.59% | 0.51% | - |
| HSV(B) | 20.13º | 0.73% | 0.8% | - |
| XYZ | 30.64 | 23.22 | 6.48 | - |
| YUV | 128.9 | 86.3 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 55 | 0 | 0.49 | 0.73 | 0.2 | 20.13 | 0.59 | 0.51 |
| Hex | CC | 69 | 37 | 0 | 31 | 49 | 14 | 14 | 3B | 33 |
| Octal | 314 | 151 | 67 | 0 | 61 | 111 | 24 | 24 | 73 | 63 |
| Binary | 11001100 | 1101001 | 110111 | 0 | 110001 | 1001001 | 10100 | 10100 | 111011 | 110011 |
Color Harmonies of #CC6937
Complementary color
Monochromatic Colors of #CC6937
Black with #CC6937
Text Example
Text Example
White with #CC6937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6937; }
p { color: rgb(204,105,55); }
H1.HeaderClassName
{
color: #CC6937;
}
.AnyTagClassName
{
color: #CC6937;
}
</style>
background-color css
<style>
a { background-color: #CC6937; }
a { background-color: rgb(204,105,55); }
div.DivClassName
{
background-color: #CC6937;
}
.BgClassName
{
background-color: #CC6937;
}
</style>
border-color css
<style>
span { border-color: #CC6937; }
span { border-color: rgb(204,105,55); }
td.TdClassName
{
border-color: #CC6937;
}
.TagClassName
{
border-color: #CC6937;
}
</style>