Shades of Ecstasy #CC633A
Tints of Ecstasy #CC633A
RGB
CMYK
RGB Variations
Color information
#CC633A (or 0xCC633A) is known color: Ecstasy. HEX triplet: CC, 63 and 3A. RGB value is (204,99,58). Sum of RGB (Red+Green+Blue) = 204+99+58=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC633A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC633A is #339CC5. Grayscale: #7D7D7D. Windows color (decimal): -3382470 or 3826636. OLE color: 3826636.
HSL color Cylindrical-coordinate representation of color #CC633A: hue angle of 16.85º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC633A is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 58 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.2 |
| HSL | 16.85º | 0.59% | 0.51% | - |
| HSV(B) | 16.85º | 0.72% | 0.8% | - |
| XYZ | 30.13 | 22.07 | 6.67 | - |
| YUV | 125.72 | 89.79 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 58 | 0 | 0.51 | 0.72 | 0.2 | 16.85 | 0.59 | 0.51 |
| Hex | CC | 63 | 3A | 0 | 33 | 48 | 14 | 11 | 3B | 33 |
| Octal | 314 | 143 | 72 | 0 | 63 | 110 | 24 | 21 | 73 | 63 |
| Binary | 11001100 | 1100011 | 111010 | 0 | 110011 | 1001000 | 10100 | 10001 | 111011 | 110011 |
Color Harmonies of #CC633A
Complementary color
Monochromatic Colors of #CC633A
Black with #CC633A
Text Example
Text Example
White with #CC633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC633A; }
p { color: rgb(204,99,58); }
H1.HeaderClassName
{
color: #CC633A;
}
.AnyTagClassName
{
color: #CC633A;
}
</style>
background-color css
<style>
a { background-color: #CC633A; }
a { background-color: rgb(204,99,58); }
div.DivClassName
{
background-color: #CC633A;
}
.BgClassName
{
background-color: #CC633A;
}
</style>
border-color css
<style>
span { border-color: #CC633A; }
span { border-color: rgb(204,99,58); }
td.TdClassName
{
border-color: #CC633A;
}
.TagClassName
{
border-color: #CC633A;
}
</style>