Shades of Ecstasy #CC643D
Tints of Ecstasy #CC643D
RGB
CMYK
RGB Variations
Color information
#CC643D (or 0xCC643D) is known color: Ecstasy. HEX triplet: CC, 64 and 3D. RGB value is (204,100,61). Sum of RGB (Red+Green+Blue) = 204+100+61=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC643D is #339BC2. Grayscale: #7E7E7E. Windows color (decimal): -3382211 or 4023500. OLE color: 4023500.
HSL color Cylindrical-coordinate representation of color #CC643D: hue angle of 16.36º 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 #CC643D is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 61 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.2 |
| HSL | 16.36º | 0.58% | 0.52% | - |
| HSV(B) | 16.36º | 0.7% | 0.8% | - |
| XYZ | 30.3 | 22.29 | 7.12 | - |
| YUV | 126.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 61 | 0 | 0.51 | 0.70 | 0.2 | 16.36 | 0.58 | 0.52 |
| Hex | CC | 64 | 3D | 0 | 33 | 46 | 14 | 10 | 3A | 34 |
| Octal | 314 | 144 | 75 | 0 | 63 | 106 | 24 | 20 | 72 | 64 |
| Binary | 11001100 | 1100100 | 111101 | 0 | 110011 | 1000110 | 10100 | 10000 | 111010 | 110100 |
Color Harmonies of #CC643D
Complementary color
Monochromatic Colors of #CC643D
Black with #CC643D
Text Example
Text Example
White with #CC643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC643D; }
p { color: rgb(204,100,61); }
H1.HeaderClassName
{
color: #CC643D;
}
.AnyTagClassName
{
color: #CC643D;
}
</style>
background-color css
<style>
a { background-color: #CC643D; }
a { background-color: rgb(204,100,61); }
div.DivClassName
{
background-color: #CC643D;
}
.BgClassName
{
background-color: #CC643D;
}
</style>
border-color css
<style>
span { border-color: #CC643D; }
span { border-color: rgb(204,100,61); }
td.TdClassName
{
border-color: #CC643D;
}
.TagClassName
{
border-color: #CC643D;
}
</style>