Shades of Ecstasy #CC613A
Tints of Ecstasy #CC613A
RGB
CMYK
RGB Variations
Color information
#CC613A (or 0xCC613A) is known color: Ecstasy. HEX triplet: CC, 61 and 3A. RGB value is (204,97,58). Sum of RGB (Red+Green+Blue) = 204+97+58=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC613A is #339EC5. Grayscale: #7C7C7C. Windows color (decimal): -3382982 or 3826124. OLE color: 3826124.
HSL color Cylindrical-coordinate representation of color #CC613A: hue angle of 16.03º 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 #CC613A is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 58 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.2 |
| HSL | 16.03º | 0.59% | 0.51% | - |
| HSV(B) | 16.03º | 0.72% | 0.8% | - |
| XYZ | 29.94 | 21.69 | 6.61 | - |
| YUV | 124.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 58 | 0 | 0.52 | 0.72 | 0.2 | 16.03 | 0.59 | 0.51 |
| Hex | CC | 61 | 3A | 0 | 34 | 48 | 14 | 10 | 3B | 33 |
| Octal | 314 | 141 | 72 | 0 | 64 | 110 | 24 | 20 | 73 | 63 |
| Binary | 11001100 | 1100001 | 111010 | 0 | 110100 | 1001000 | 10100 | 10000 | 111011 | 110011 |
Color Harmonies of #CC613A
Complementary color
Monochromatic Colors of #CC613A
Black with #CC613A
Text Example
Text Example
White with #CC613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC613A; }
p { color: rgb(204,97,58); }
H1.HeaderClassName
{
color: #CC613A;
}
.AnyTagClassName
{
color: #CC613A;
}
</style>
background-color css
<style>
a { background-color: #CC613A; }
a { background-color: rgb(204,97,58); }
div.DivClassName
{
background-color: #CC613A;
}
.BgClassName
{
background-color: #CC613A;
}
</style>
border-color css
<style>
span { border-color: #CC613A; }
span { border-color: rgb(204,97,58); }
td.TdClassName
{
border-color: #CC613A;
}
.TagClassName
{
border-color: #CC613A;
}
</style>