Shades of Ecstasy #C66435
Tints of Ecstasy #C66435
RGB
CMYK
RGB Variations
Color information
#C66435 (or 0xC66435) is known color: Ecstasy. HEX triplet: C6, 64 and 35. RGB value is (198,100,53). Sum of RGB (Red+Green+Blue) = 198+100+53=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C66435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66435 is #399BCA. Grayscale: #7C7C7C. Windows color (decimal): -3775435 or 3499206. OLE color: 3499206.
HSL color Cylindrical-coordinate representation of color #C66435: hue angle of 19.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C66435 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 53 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.22 |
| HSL | 19.45º | 0.58% | 0.49% | - |
| HSV(B) | 19.45º | 0.73% | 0.78% | - |
| XYZ | 28.49 | 21.38 | 5.99 | - |
| YUV | 123.94 | 87.97 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 53 | 0 | 0.49 | 0.73 | 0.22 | 19.45 | 0.58 | 0.49 |
| Hex | C6 | 64 | 35 | 0 | 31 | 49 | 16 | 13 | 3A | 31 |
| Octal | 306 | 144 | 65 | 0 | 61 | 111 | 26 | 23 | 72 | 61 |
| Binary | 11000110 | 1100100 | 110101 | 0 | 110001 | 1001001 | 10110 | 10011 | 111010 | 110001 |
Color Harmonies of #C66435
Complementary color
Monochromatic Colors of #C66435
Black with #C66435
Text Example
Text Example
White with #C66435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66435; }
p { color: rgb(198,100,53); }
H1.HeaderClassName
{
color: #C66435;
}
.AnyTagClassName
{
color: #C66435;
}
</style>
background-color css
<style>
a { background-color: #C66435; }
a { background-color: rgb(198,100,53); }
div.DivClassName
{
background-color: #C66435;
}
.BgClassName
{
background-color: #C66435;
}
</style>
border-color css
<style>
span { border-color: #C66435; }
span { border-color: rgb(198,100,53); }
td.TdClassName
{
border-color: #C66435;
}
.TagClassName
{
border-color: #C66435;
}
</style>