Shades of Ecstasy #C56338
Tints of Ecstasy #C56338
RGB
CMYK
RGB Variations
Color information
#C56338 (or 0xC56338) is known color: Ecstasy. HEX triplet: C5, 63 and 38. RGB value is (197,99,56). Sum of RGB (Red+Green+Blue) = 197+99+56=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C56338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56338 is #3A9CC7. Grayscale: #7B7B7B. Windows color (decimal): -3841224 or 3695557. OLE color: 3695557.
HSL color Cylindrical-coordinate representation of color #C56338: hue angle of 18.3º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C56338 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 56 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.23 |
| HSL | 18.3º | 0.56% | 0.5% | - |
| HSV(B) | 18.3º | 0.72% | 0.77% | - |
| XYZ | 28.2 | 21.08 | 6.32 | - |
| YUV | 123.4 | 89.97 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 56 | 0 | 0.50 | 0.72 | 0.23 | 18.3 | 0.56 | 0.5 |
| Hex | C5 | 63 | 38 | 0 | 32 | 48 | 17 | 12 | 38 | 32 |
| Octal | 305 | 143 | 70 | 0 | 62 | 110 | 27 | 22 | 70 | 62 |
| Binary | 11000101 | 1100011 | 111000 | 0 | 110010 | 1001000 | 10111 | 10010 | 111000 | 110010 |
Color Harmonies of #C56338
Complementary color
Monochromatic Colors of #C56338
Black with #C56338
Text Example
Text Example
White with #C56338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56338; }
p { color: rgb(197,99,56); }
H1.HeaderClassName
{
color: #C56338;
}
.AnyTagClassName
{
color: #C56338;
}
</style>
background-color css
<style>
a { background-color: #C56338; }
a { background-color: rgb(197,99,56); }
div.DivClassName
{
background-color: #C56338;
}
.BgClassName
{
background-color: #C56338;
}
</style>
border-color css
<style>
span { border-color: #C56338; }
span { border-color: rgb(197,99,56); }
td.TdClassName
{
border-color: #C56338;
}
.TagClassName
{
border-color: #C56338;
}
</style>