Shades of Ecstasy #CC633D
Tints of Ecstasy #CC633D
RGB
CMYK
RGB Variations
Color information
#CC633D (or 0xCC633D) is known color: Ecstasy. HEX triplet: CC, 63 and 3D. RGB value is (204,99,61). Sum of RGB (Red+Green+Blue) = 204+99+61=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC633D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC633D is #339CC2. Grayscale: #7E7E7E. Windows color (decimal): -3382467 or 4023244. OLE color: 4023244.
HSL color Cylindrical-coordinate representation of color #CC633D: hue angle of 15.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC633D is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 61 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.2 |
| HSL | 15.94º | 0.58% | 0.52% | - |
| HSV(B) | 15.94º | 0.7% | 0.8% | - |
| XYZ | 30.21 | 22.1 | 7.09 | - |
| YUV | 126.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 61 | 0 | 0.51 | 0.70 | 0.2 | 15.94 | 0.58 | 0.52 |
| Hex | CC | 63 | 3D | 0 | 33 | 46 | 14 | 10 | 3A | 34 |
| Octal | 314 | 143 | 75 | 0 | 63 | 106 | 24 | 20 | 72 | 64 |
| Binary | 11001100 | 1100011 | 111101 | 0 | 110011 | 1000110 | 10100 | 10000 | 111010 | 110100 |
Color Harmonies of #CC633D
Complementary color
Monochromatic Colors of #CC633D
Black with #CC633D
Text Example
Text Example
White with #CC633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC633D; }
p { color: rgb(204,99,61); }
H1.HeaderClassName
{
color: #CC633D;
}
.AnyTagClassName
{
color: #CC633D;
}
</style>
background-color css
<style>
a { background-color: #CC633D; }
a { background-color: rgb(204,99,61); }
div.DivClassName
{
background-color: #CC633D;
}
.BgClassName
{
background-color: #CC633D;
}
</style>
border-color css
<style>
span { border-color: #CC633D; }
span { border-color: rgb(204,99,61); }
td.TdClassName
{
border-color: #CC633D;
}
.TagClassName
{
border-color: #CC633D;
}
</style>