Shades of Ecstasy #CC6633
Tints of Ecstasy #CC6633
RGB
CMYK
RGB Variations
Color information
#CC6633 (or 0xCC6633) is known color: Ecstasy. HEX triplet: CC, 66 and 33. RGB value is (204,102,51). Sum of RGB (Red+Green+Blue) = 204+102+51=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6633 is a web safe color. Inversed color of #CC6633 is #3399CC. Grayscale: #7E7E7E. Windows color (decimal): -3381709 or 3368652. OLE color: 3368652.
HSL color Cylindrical-coordinate representation of color #CC6633: hue angle of 20º 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 #CC6633 is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 102 | 51 | - |
CMYK | 0 | 0.5 | 0.75 | 0.2 |
HSL | 20º | 0.6% | 0.5% | - |
HSV(B) | 20º | 0.75% | 0.8% | - |
XYZ | 30.25 | 22.58 | 5.9 | - |
YUV | 126.68 | 85.29 | 183.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 102 | 51 | 0 | 0.5 | 0.75 | 0.2 | 20 | 0.6 | 0.5 |
Hex | CC | 66 | 33 | 0 | 32 | 4B | 14 | 14 | 3C | 32 |
Octal | 314 | 146 | 63 | 0 | 62 | 113 | 24 | 24 | 74 | 62 |
Binary | 11001100 | 1100110 | 110011 | 0 | 110010 | 1001011 | 10100 | 10100 | 111100 | 110010 |
Color Harmonies of #CC6633
Complementary color
Monochromatic Colors of #CC6633
Black with #CC6633
Text Example
Text Example
White with #CC6633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6633; }
p { color: rgb(204,102,51); }
H1.HeaderClassName
{
color: #CC6633;
}
.AnyTagClassName
{
color: #CC6633;
}
</style>
background-color css
<style>
a { background-color: #CC6633; }
a { background-color: rgb(204,102,51); }
div.DivClassName
{
background-color: #CC6633;
}
.BgClassName
{
background-color: #CC6633;
}
</style>
border-color css
<style>
span { border-color: #CC6633; }
span { border-color: rgb(204,102,51); }
td.TdClassName
{
border-color: #CC6633;
}
.TagClassName
{
border-color: #CC6633;
}
</style>