Shades of Ecstasy #C2643F
Tints of Ecstasy #C2643F
RGB
CMYK
RGB Variations
Color information
#C2643F (or 0xC2643F) is known color: Ecstasy. HEX triplet: C2, 64 and 3F. RGB value is (194,100,63). Sum of RGB (Red+Green+Blue) = 194+100+63=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2643F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2643F is #3D9BC0. Grayscale: #7C7C7C. Windows color (decimal): -4037569 or 4154562. OLE color: 4154562.
HSL color Cylindrical-coordinate representation of color #C2643F: hue angle of 16.95º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2643F is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 63 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.24 |
| HSL | 16.95º | 0.52% | 0.5% | - |
| HSV(B) | 16.95º | 0.68% | 0.76% | - |
| XYZ | 27.7 | 20.94 | 7.28 | - |
| YUV | 123.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 63 | 0 | 0.48 | 0.68 | 0.24 | 16.95 | 0.52 | 0.5 |
| Hex | C2 | 64 | 3F | 0 | 30 | 44 | 18 | 11 | 34 | 32 |
| Octal | 302 | 144 | 77 | 0 | 60 | 104 | 30 | 21 | 64 | 62 |
| Binary | 11000010 | 1100100 | 111111 | 0 | 110000 | 1000100 | 11000 | 10001 | 110100 | 110010 |
Color Harmonies of #C2643F
Complementary color
Monochromatic Colors of #C2643F
Black with #C2643F
Text Example
Text Example
White with #C2643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2643F; }
p { color: rgb(194,100,63); }
H1.HeaderClassName
{
color: #C2643F;
}
.AnyTagClassName
{
color: #C2643F;
}
</style>
background-color css
<style>
a { background-color: #C2643F; }
a { background-color: rgb(194,100,63); }
div.DivClassName
{
background-color: #C2643F;
}
.BgClassName
{
background-color: #C2643F;
}
</style>
border-color css
<style>
span { border-color: #C2643F; }
span { border-color: rgb(194,100,63); }
td.TdClassName
{
border-color: #C2643F;
}
.TagClassName
{
border-color: #C2643F;
}
</style>