Shades of Ecstasy #CC6233
Tints of Ecstasy #CC6233
RGB
CMYK
RGB Variations
Color information
#CC6233 (or 0xCC6233) is known color: Ecstasy. HEX triplet: CC, 62 and 33. RGB value is (204,98,51). Sum of RGB (Red+Green+Blue) = 204+98+51=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6233 is #339DCC. Grayscale: #7C7C7C. Windows color (decimal): -3382733 or 3367628. OLE color: 3367628.
HSL color Cylindrical-coordinate representation of color #CC6233: hue angle of 18.43º 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 #CC6233 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 51 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.2 |
| HSL | 18.43º | 0.6% | 0.5% | - |
| HSV(B) | 18.43º | 0.75% | 0.8% | - |
| XYZ | 29.87 | 21.81 | 5.77 | - |
| YUV | 124.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 51 | 0 | 0.52 | 0.75 | 0.2 | 18.43 | 0.6 | 0.5 |
| Hex | CC | 62 | 33 | 0 | 34 | 4B | 14 | 12 | 3C | 32 |
| Octal | 314 | 142 | 63 | 0 | 64 | 113 | 24 | 22 | 74 | 62 |
| Binary | 11001100 | 1100010 | 110011 | 0 | 110100 | 1001011 | 10100 | 10010 | 111100 | 110010 |
Color Harmonies of #CC6233
Complementary color
Monochromatic Colors of #CC6233
Black with #CC6233
Text Example
Text Example
White with #CC6233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6233; }
p { color: rgb(204,98,51); }
H1.HeaderClassName
{
color: #CC6233;
}
.AnyTagClassName
{
color: #CC6233;
}
</style>
background-color css
<style>
a { background-color: #CC6233; }
a { background-color: rgb(204,98,51); }
div.DivClassName
{
background-color: #CC6233;
}
.BgClassName
{
background-color: #CC6233;
}
</style>
border-color css
<style>
span { border-color: #CC6233; }
span { border-color: rgb(204,98,51); }
td.TdClassName
{
border-color: #CC6233;
}
.TagClassName
{
border-color: #CC6233;
}
</style>