Shades of Ecstasy #CC673F
Tints of Ecstasy #CC673F
RGB
CMYK
RGB Variations
Color information
#CC673F (or 0xCC673F) is known color: Ecstasy. HEX triplet: CC, 67 and 3F. RGB value is (204,103,63). Sum of RGB (Red+Green+Blue) = 204+103+63=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC673F is #3398C0. Grayscale: #808080. Windows color (decimal): -3381441 or 4155340. OLE color: 4155340.
HSL color Cylindrical-coordinate representation of color #CC673F: hue angle of 17.02º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC673F is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 63 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.2 |
| HSL | 17.02º | 0.58% | 0.52% | - |
| HSV(B) | 17.02º | 0.69% | 0.8% | - |
| XYZ | 30.65 | 22.9 | 7.51 | - |
| YUV | 128.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 63 | 0 | 0.50 | 0.69 | 0.2 | 17.02 | 0.58 | 0.52 |
| Hex | CC | 67 | 3F | 0 | 32 | 45 | 14 | 11 | 3A | 34 |
| Octal | 314 | 147 | 77 | 0 | 62 | 105 | 24 | 21 | 72 | 64 |
| Binary | 11001100 | 1100111 | 111111 | 0 | 110010 | 1000101 | 10100 | 10001 | 111010 | 110100 |
Color Harmonies of #CC673F
Complementary color
Monochromatic Colors of #CC673F
Black with #CC673F
Text Example
Text Example
White with #CC673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC673F; }
p { color: rgb(204,103,63); }
H1.HeaderClassName
{
color: #CC673F;
}
.AnyTagClassName
{
color: #CC673F;
}
</style>
background-color css
<style>
a { background-color: #CC673F; }
a { background-color: rgb(204,103,63); }
div.DivClassName
{
background-color: #CC673F;
}
.BgClassName
{
background-color: #CC673F;
}
</style>
border-color css
<style>
span { border-color: #CC673F; }
span { border-color: rgb(204,103,63); }
td.TdClassName
{
border-color: #CC673F;
}
.TagClassName
{
border-color: #CC673F;
}
</style>