Shades of Ecstasy #C55D33
Tints of Ecstasy #C55D33
RGB
CMYK
RGB Variations
Color information
#C55D33 (or 0xC55D33) is known color: Ecstasy. HEX triplet: C5, 5D and 33. RGB value is (197,93,51). Sum of RGB (Red+Green+Blue) = 197+93+51=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D33 is #3AA2CC. Grayscale: #777777. Windows color (decimal): -3842765 or 3366341. OLE color: 3366341.
HSL color Cylindrical-coordinate representation of color #C55D33: hue angle of 17.26º 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 #C55D33 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 51 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.23 |
| HSL | 17.26º | 0.59% | 0.49% | - |
| HSV(B) | 17.26º | 0.74% | 0.77% | - |
| XYZ | 27.54 | 19.94 | 5.53 | - |
| YUV | 119.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 51 | 0 | 0.53 | 0.74 | 0.23 | 17.26 | 0.59 | 0.49 |
| Hex | C5 | 5D | 33 | 0 | 35 | 4A | 17 | 11 | 3B | 31 |
| Octal | 305 | 135 | 63 | 0 | 65 | 112 | 27 | 21 | 73 | 61 |
| Binary | 11000101 | 1011101 | 110011 | 0 | 110101 | 1001010 | 10111 | 10001 | 111011 | 110001 |
Color Harmonies of #C55D33
Complementary color
Monochromatic Colors of #C55D33
Black with #C55D33
Text Example
Text Example
White with #C55D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D33; }
p { color: rgb(197,93,51); }
H1.HeaderClassName
{
color: #C55D33;
}
.AnyTagClassName
{
color: #C55D33;
}
</style>
background-color css
<style>
a { background-color: #C55D33; }
a { background-color: rgb(197,93,51); }
div.DivClassName
{
background-color: #C55D33;
}
.BgClassName
{
background-color: #C55D33;
}
</style>
border-color css
<style>
span { border-color: #C55D33; }
span { border-color: rgb(197,93,51); }
td.TdClassName
{
border-color: #C55D33;
}
.TagClassName
{
border-color: #C55D33;
}
</style>