Shades of Ecstasy #C65C32
Tints of Ecstasy #C65C32
RGB
CMYK
RGB Variations
Color information
#C65C32 (or 0xC65C32) is known color: Ecstasy. HEX triplet: C6, 5C and 32. RGB value is (198,92,50). Sum of RGB (Red+Green+Blue) = 198+92+50=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65C32 is #39A3CD. Grayscale: #777777. Windows color (decimal): -3777486 or 3300550. OLE color: 3300550.
HSL color Cylindrical-coordinate representation of color #C65C32: hue angle of 17.03º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C65C32 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 50 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.22 |
| HSL | 17.03º | 0.6% | 0.49% | - |
| HSV(B) | 17.03º | 0.75% | 0.78% | - |
| XYZ | 27.69 | 19.89 | 5.4 | - |
| YUV | 118.91 | 89.12 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 50 | 0 | 0.54 | 0.75 | 0.22 | 17.03 | 0.6 | 0.49 |
| Hex | C6 | 5C | 32 | 0 | 36 | 4B | 16 | 11 | 3C | 31 |
| Octal | 306 | 134 | 62 | 0 | 66 | 113 | 26 | 21 | 74 | 61 |
| Binary | 11000110 | 1011100 | 110010 | 0 | 110110 | 1001011 | 10110 | 10001 | 111100 | 110001 |
Color Harmonies of #C65C32
Complementary color
Monochromatic Colors of #C65C32
Black with #C65C32
Text Example
Text Example
White with #C65C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C32; }
p { color: rgb(198,92,50); }
H1.HeaderClassName
{
color: #C65C32;
}
.AnyTagClassName
{
color: #C65C32;
}
</style>
background-color css
<style>
a { background-color: #C65C32; }
a { background-color: rgb(198,92,50); }
div.DivClassName
{
background-color: #C65C32;
}
.BgClassName
{
background-color: #C65C32;
}
</style>
border-color css
<style>
span { border-color: #C65C32; }
span { border-color: rgb(198,92,50); }
td.TdClassName
{
border-color: #C65C32;
}
.TagClassName
{
border-color: #C65C32;
}
</style>