Shades of Ecstasy #C45A31
Tints of Ecstasy #C45A31
RGB
CMYK
RGB Variations
Color information
#C45A31 (or 0xC45A31) is known color: Ecstasy. HEX triplet: C4, 5A and 31. RGB value is (196,90,49). Sum of RGB (Red+Green+Blue) = 196+90+49=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A31 is #3BA5CE. Grayscale: #757575. Windows color (decimal): -3909071 or 3234500. OLE color: 3234500.
HSL color Cylindrical-coordinate representation of color #C45A31: hue angle of 16.73º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C45A31 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 49 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.23 |
| HSL | 16.73º | 0.6% | 0.48% | - |
| HSV(B) | 16.73º | 0.75% | 0.77% | - |
| XYZ | 26.98 | 19.27 | 5.2 | - |
| YUV | 117.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 49 | 0 | 0.54 | 0.75 | 0.23 | 16.73 | 0.6 | 0.48 |
| Hex | C4 | 5A | 31 | 0 | 36 | 4B | 17 | 11 | 3C | 30 |
| Octal | 304 | 132 | 61 | 0 | 66 | 113 | 27 | 21 | 74 | 60 |
| Binary | 11000100 | 1011010 | 110001 | 0 | 110110 | 1001011 | 10111 | 10001 | 111100 | 110000 |
Color Harmonies of #C45A31
Complementary color
Monochromatic Colors of #C45A31
Black with #C45A31
Text Example
Text Example
White with #C45A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A31; }
p { color: rgb(196,90,49); }
H1.HeaderClassName
{
color: #C45A31;
}
.AnyTagClassName
{
color: #C45A31;
}
</style>
background-color css
<style>
a { background-color: #C45A31; }
a { background-color: rgb(196,90,49); }
div.DivClassName
{
background-color: #C45A31;
}
.BgClassName
{
background-color: #C45A31;
}
</style>
border-color css
<style>
span { border-color: #C45A31; }
span { border-color: rgb(196,90,49); }
td.TdClassName
{
border-color: #C45A31;
}
.TagClassName
{
border-color: #C45A31;
}
</style>