Shades of Ecstasy #C45A38
Tints of Ecstasy #C45A38
RGB
CMYK
RGB Variations
Color information
#C45A38 (or 0xC45A38) is known color: Ecstasy. HEX triplet: C4, 5A and 38. RGB value is (196,90,56). Sum of RGB (Red+Green+Blue) = 196+90+56=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A38 is #3BA5C7. Grayscale: #767676. Windows color (decimal): -3909064 or 3693252. OLE color: 3693252.
HSL color Cylindrical-coordinate representation of color #C45A38: hue angle of 14.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C45A38 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 56 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.23 |
| HSL | 14.57º | 0.56% | 0.49% | - |
| HSV(B) | 14.57º | 0.71% | 0.77% | - |
| XYZ | 27.13 | 19.33 | 6.04 | - |
| YUV | 117.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 56 | 0 | 0.54 | 0.71 | 0.23 | 14.57 | 0.56 | 0.49 |
| Hex | C4 | 5A | 38 | 0 | 36 | 47 | 17 | F | 38 | 31 |
| Octal | 304 | 132 | 70 | 0 | 66 | 107 | 27 | 17 | 70 | 61 |
| Binary | 11000100 | 1011010 | 111000 | 0 | 110110 | 1000111 | 10111 | 1111 | 111000 | 110001 |
Color Harmonies of #C45A38
Complementary color
Monochromatic Colors of #C45A38
Black with #C45A38
Text Example
Text Example
White with #C45A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A38; }
p { color: rgb(196,90,56); }
H1.HeaderClassName
{
color: #C45A38;
}
.AnyTagClassName
{
color: #C45A38;
}
</style>
background-color css
<style>
a { background-color: #C45A38; }
a { background-color: rgb(196,90,56); }
div.DivClassName
{
background-color: #C45A38;
}
.BgClassName
{
background-color: #C45A38;
}
</style>
border-color css
<style>
span { border-color: #C45A38; }
span { border-color: rgb(196,90,56); }
td.TdClassName
{
border-color: #C45A38;
}
.TagClassName
{
border-color: #C45A38;
}
</style>