Shades of Ecstasy #CC6238
Tints of Ecstasy #CC6238
RGB
CMYK
RGB Variations
Color information
#CC6238 (or 0xCC6238) is known color: Ecstasy. HEX triplet: CC, 62 and 38. RGB value is (204,98,56). Sum of RGB (Red+Green+Blue) = 204+98+56=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6238 is #339DC7. Grayscale: #7D7D7D. Windows color (decimal): -3382728 or 3695308. OLE color: 3695308.
HSL color Cylindrical-coordinate representation of color #CC6238: hue angle of 17.03º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC6238 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 56 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.2 |
| HSL | 17.03º | 0.59% | 0.51% | - |
| HSV(B) | 17.03º | 0.73% | 0.8% | - |
| XYZ | 29.98 | 21.86 | 6.38 | - |
| YUV | 124.91 | 89.12 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 56 | 0 | 0.52 | 0.73 | 0.2 | 17.03 | 0.59 | 0.51 |
| Hex | CC | 62 | 38 | 0 | 34 | 49 | 14 | 11 | 3B | 33 |
| Octal | 314 | 142 | 70 | 0 | 64 | 111 | 24 | 21 | 73 | 63 |
| Binary | 11001100 | 1100010 | 111000 | 0 | 110100 | 1001001 | 10100 | 10001 | 111011 | 110011 |
Color Harmonies of #CC6238
Complementary color
Monochromatic Colors of #CC6238
Black with #CC6238
Text Example
Text Example
White with #CC6238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6238; }
p { color: rgb(204,98,56); }
H1.HeaderClassName
{
color: #CC6238;
}
.AnyTagClassName
{
color: #CC6238;
}
</style>
background-color css
<style>
a { background-color: #CC6238; }
a { background-color: rgb(204,98,56); }
div.DivClassName
{
background-color: #CC6238;
}
.BgClassName
{
background-color: #CC6238;
}
</style>
border-color css
<style>
span { border-color: #CC6238; }
span { border-color: rgb(204,98,56); }
td.TdClassName
{
border-color: #CC6238;
}
.TagClassName
{
border-color: #CC6238;
}
</style>