Shades of Ecstasy #C35A36
Tints of Ecstasy #C35A36
RGB
CMYK
RGB Variations
Color information
#C35A36 (or 0xC35A36) is known color: Ecstasy. HEX triplet: C3, 5A and 36. RGB value is (195,90,54). Sum of RGB (Red+Green+Blue) = 195+90+54=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A36 is #3CA5C9. Grayscale: #757575. Windows color (decimal): -3974602 or 3562179. OLE color: 3562179.
HSL color Cylindrical-coordinate representation of color #C35A36: hue angle of 15.32º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C35A36 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 54 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.24 |
| HSL | 15.32º | 0.57% | 0.49% | - |
| HSV(B) | 15.32º | 0.72% | 0.76% | - |
| XYZ | 26.83 | 19.18 | 5.78 | - |
| YUV | 117.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 54 | 0 | 0.54 | 0.72 | 0.24 | 15.32 | 0.57 | 0.49 |
| Hex | C3 | 5A | 36 | 0 | 36 | 48 | 18 | F | 39 | 31 |
| Octal | 303 | 132 | 66 | 0 | 66 | 110 | 30 | 17 | 71 | 61 |
| Binary | 11000011 | 1011010 | 110110 | 0 | 110110 | 1001000 | 11000 | 1111 | 111001 | 110001 |
Color Harmonies of #C35A36
Complementary color
Monochromatic Colors of #C35A36
Black with #C35A36
Text Example
Text Example
White with #C35A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A36; }
p { color: rgb(195,90,54); }
H1.HeaderClassName
{
color: #C35A36;
}
.AnyTagClassName
{
color: #C35A36;
}
</style>
background-color css
<style>
a { background-color: #C35A36; }
a { background-color: rgb(195,90,54); }
div.DivClassName
{
background-color: #C35A36;
}
.BgClassName
{
background-color: #C35A36;
}
</style>
border-color css
<style>
span { border-color: #C35A36; }
span { border-color: rgb(195,90,54); }
td.TdClassName
{
border-color: #C35A36;
}
.TagClassName
{
border-color: #C35A36;
}
</style>