Shades of Ecstasy #CC6534
Tints of Ecstasy #CC6534
RGB
CMYK
RGB Variations
Color information
#CC6534 (or 0xCC6534) is known color: Ecstasy. HEX triplet: CC, 65 and 34. RGB value is (204,101,52). Sum of RGB (Red+Green+Blue) = 204+101+52=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6534 is #339ACB. Grayscale: #7E7E7E. Windows color (decimal): -3381964 or 3433932. OLE color: 3433932.
HSL color Cylindrical-coordinate representation of color #CC6534: hue angle of 19.34º 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 #CC6534 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 52 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.2 |
| HSL | 19.34º | 0.6% | 0.5% | - |
| HSV(B) | 19.34º | 0.75% | 0.8% | - |
| XYZ | 30.18 | 22.39 | 5.98 | - |
| YUV | 126.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 52 | 0 | 0.50 | 0.75 | 0.2 | 19.34 | 0.6 | 0.5 |
| Hex | CC | 65 | 34 | 0 | 32 | 4B | 14 | 13 | 3C | 32 |
| Octal | 314 | 145 | 64 | 0 | 62 | 113 | 24 | 23 | 74 | 62 |
| Binary | 11001100 | 1100101 | 110100 | 0 | 110010 | 1001011 | 10100 | 10011 | 111100 | 110010 |
Color Harmonies of #CC6534
Complementary color
Monochromatic Colors of #CC6534
Black with #CC6534
Text Example
Text Example
White with #CC6534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6534; }
p { color: rgb(204,101,52); }
H1.HeaderClassName
{
color: #CC6534;
}
.AnyTagClassName
{
color: #CC6534;
}
</style>
background-color css
<style>
a { background-color: #CC6534; }
a { background-color: rgb(204,101,52); }
div.DivClassName
{
background-color: #CC6534;
}
.BgClassName
{
background-color: #CC6534;
}
</style>
border-color css
<style>
span { border-color: #CC6534; }
span { border-color: rgb(204,101,52); }
td.TdClassName
{
border-color: #CC6534;
}
.TagClassName
{
border-color: #CC6534;
}
</style>