Shades of Ecstasy #C55F33
Tints of Ecstasy #C55F33
RGB
CMYK
RGB Variations
Color information
#C55F33 (or 0xC55F33) is known color: Ecstasy. HEX triplet: C5, 5F and 33. RGB value is (197,95,51). Sum of RGB (Red+Green+Blue) = 197+95+51=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F33 is #3AA0CC. Grayscale: #787878. Windows color (decimal): -3842253 or 3366853. OLE color: 3366853.
HSL color Cylindrical-coordinate representation of color #C55F33: hue angle of 18.08º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C55F33 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 51 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.23 |
| HSL | 18.08º | 0.59% | 0.49% | - |
| HSV(B) | 18.08º | 0.74% | 0.77% | - |
| XYZ | 27.72 | 20.29 | 5.59 | - |
| YUV | 120.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 51 | 0 | 0.52 | 0.74 | 0.23 | 18.08 | 0.59 | 0.49 |
| Hex | C5 | 5F | 33 | 0 | 34 | 4A | 17 | 12 | 3B | 31 |
| Octal | 305 | 137 | 63 | 0 | 64 | 112 | 27 | 22 | 73 | 61 |
| Binary | 11000101 | 1011111 | 110011 | 0 | 110100 | 1001010 | 10111 | 10010 | 111011 | 110001 |
Color Harmonies of #C55F33
Complementary color
Monochromatic Colors of #C55F33
Black with #C55F33
Text Example
Text Example
White with #C55F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F33; }
p { color: rgb(197,95,51); }
H1.HeaderClassName
{
color: #C55F33;
}
.AnyTagClassName
{
color: #C55F33;
}
</style>
background-color css
<style>
a { background-color: #C55F33; }
a { background-color: rgb(197,95,51); }
div.DivClassName
{
background-color: #C55F33;
}
.BgClassName
{
background-color: #C55F33;
}
</style>
border-color css
<style>
span { border-color: #C55F33; }
span { border-color: rgb(197,95,51); }
td.TdClassName
{
border-color: #C55F33;
}
.TagClassName
{
border-color: #C55F33;
}
</style>