Shades of Ecstasy #CC6532
Tints of Ecstasy #CC6532
RGB
CMYK
RGB Variations
Color information
#CC6532 (or 0xCC6532) is known color: Ecstasy. HEX triplet: CC, 65 and 32. RGB value is (204,101,50). Sum of RGB (Red+Green+Blue) = 204+101+50=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6532 is #339ACD. Grayscale: #7E7E7E. Windows color (decimal): -3381966 or 3302860. OLE color: 3302860.
HSL color Cylindrical-coordinate representation of color #CC6532: hue angle of 19.87º degrees, saturation: 0.61, 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 #CC6532 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 50 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.2 |
| HSL | 19.87º | 0.61% | 0.5% | - |
| HSV(B) | 19.87º | 0.75% | 0.8% | - |
| XYZ | 30.13 | 22.38 | 5.75 | - |
| YUV | 125.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 50 | 0 | 0.50 | 0.75 | 0.2 | 19.87 | 0.61 | 0.5 |
| Hex | CC | 65 | 32 | 0 | 32 | 4B | 14 | 14 | 3D | 32 |
| Octal | 314 | 145 | 62 | 0 | 62 | 113 | 24 | 24 | 75 | 62 |
| Binary | 11001100 | 1100101 | 110010 | 0 | 110010 | 1001011 | 10100 | 10100 | 111101 | 110010 |
Color Harmonies of #CC6532
Complementary color
Monochromatic Colors of #CC6532
Black with #CC6532
Text Example
Text Example
White with #CC6532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6532; }
p { color: rgb(204,101,50); }
H1.HeaderClassName
{
color: #CC6532;
}
.AnyTagClassName
{
color: #CC6532;
}
</style>
background-color css
<style>
a { background-color: #CC6532; }
a { background-color: rgb(204,101,50); }
div.DivClassName
{
background-color: #CC6532;
}
.BgClassName
{
background-color: #CC6532;
}
</style>
border-color css
<style>
span { border-color: #CC6532; }
span { border-color: rgb(204,101,50); }
td.TdClassName
{
border-color: #CC6532;
}
.TagClassName
{
border-color: #CC6532;
}
</style>