Shades of Ecstasy #CC6834
Tints of Ecstasy #CC6834
RGB
CMYK
RGB Variations
Color information
#CC6834 (or 0xCC6834) is known color: Ecstasy. HEX triplet: CC, 68 and 34. RGB value is (204,104,52). Sum of RGB (Red+Green+Blue) = 204+104+52=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6834 is #3397CB. Grayscale: #808080. Windows color (decimal): -3381196 or 3434700. OLE color: 3434700.
HSL color Cylindrical-coordinate representation of color #CC6834: hue angle of 20.53º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC6834 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 52 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.2 |
| HSL | 20.53º | 0.6% | 0.5% | - |
| HSV(B) | 20.53º | 0.75% | 0.8% | - |
| XYZ | 30.47 | 22.99 | 6.08 | - |
| YUV | 127.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 52 | 0 | 0.49 | 0.75 | 0.2 | 20.53 | 0.6 | 0.5 |
| Hex | CC | 68 | 34 | 0 | 31 | 4B | 14 | 15 | 3C | 32 |
| Octal | 314 | 150 | 64 | 0 | 61 | 113 | 24 | 25 | 74 | 62 |
| Binary | 11001100 | 1101000 | 110100 | 0 | 110001 | 1001011 | 10100 | 10101 | 111100 | 110010 |
Color Harmonies of #CC6834
Complementary color
Monochromatic Colors of #CC6834
Black with #CC6834
Text Example
Text Example
White with #CC6834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6834; }
p { color: rgb(204,104,52); }
H1.HeaderClassName
{
color: #CC6834;
}
.AnyTagClassName
{
color: #CC6834;
}
</style>
background-color css
<style>
a { background-color: #CC6834; }
a { background-color: rgb(204,104,52); }
div.DivClassName
{
background-color: #CC6834;
}
.BgClassName
{
background-color: #CC6834;
}
</style>
border-color css
<style>
span { border-color: #CC6834; }
span { border-color: rgb(204,104,52); }
td.TdClassName
{
border-color: #CC6834;
}
.TagClassName
{
border-color: #CC6834;
}
</style>