Shades of Ecstasy #CC683D
Tints of Ecstasy #CC683D
RGB
CMYK
RGB Variations
Color information
#CC683D (or 0xCC683D) is known color: Ecstasy. HEX triplet: CC, 68 and 3D. RGB value is (204,104,61). Sum of RGB (Red+Green+Blue) = 204+104+61=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC683D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC683D is #3397C2. Grayscale: #818181. Windows color (decimal): -3381187 or 4024524. OLE color: 4024524.
HSL color Cylindrical-coordinate representation of color #CC683D: hue angle of 18.04º 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 #CC683D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 61 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.2 |
| HSL | 18.04º | 0.58% | 0.52% | - |
| HSV(B) | 18.04º | 0.7% | 0.8% | - |
| XYZ | 30.69 | 23.07 | 7.25 | - |
| YUV | 129 | 89.63 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 61 | 0 | 0.49 | 0.70 | 0.2 | 18.04 | 0.58 | 0.52 |
| Hex | CC | 68 | 3D | 0 | 31 | 46 | 14 | 12 | 3A | 34 |
| Octal | 314 | 150 | 75 | 0 | 61 | 106 | 24 | 22 | 72 | 64 |
| Binary | 11001100 | 1101000 | 111101 | 0 | 110001 | 1000110 | 10100 | 10010 | 111010 | 110100 |
Color Harmonies of #CC683D
Complementary color
Monochromatic Colors of #CC683D
Black with #CC683D
Text Example
Text Example
White with #CC683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC683D; }
p { color: rgb(204,104,61); }
H1.HeaderClassName
{
color: #CC683D;
}
.AnyTagClassName
{
color: #CC683D;
}
</style>
background-color css
<style>
a { background-color: #CC683D; }
a { background-color: rgb(204,104,61); }
div.DivClassName
{
background-color: #CC683D;
}
.BgClassName
{
background-color: #CC683D;
}
</style>
border-color css
<style>
span { border-color: #CC683D; }
span { border-color: rgb(204,104,61); }
td.TdClassName
{
border-color: #CC683D;
}
.TagClassName
{
border-color: #CC683D;
}
</style>