Shades of Ecstasy #CB5D36
Tints of Ecstasy #CB5D36
RGB
CMYK
RGB Variations
Color information
#CB5D36 (or 0xCB5D36) is known color: Ecstasy. HEX triplet: CB, 5D and 36. RGB value is (203,93,54). Sum of RGB (Red+Green+Blue) = 203+93+54=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5D36 is #34A2C9. Grayscale: #797979. Windows color (decimal): -3449546 or 3562955. OLE color: 3562955.
HSL color Cylindrical-coordinate representation of color #CB5D36: hue angle of 15.7º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB5D36 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 54 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.20 |
| HSL | 15.7º | 0.59% | 0.5% | - |
| HSV(B) | 15.7º | 0.73% | 0.8% | - |
| XYZ | 29.21 | 20.79 | 5.96 | - |
| YUV | 121.44 | 89.94 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 54 | 0 | 0.54 | 0.73 | 0.20 | 15.7 | 0.59 | 0.5 |
| Hex | CB | 5D | 36 | 0 | 36 | 49 | 14 | 10 | 3B | 32 |
| Octal | 313 | 135 | 66 | 0 | 66 | 111 | 24 | 20 | 73 | 62 |
| Binary | 11001011 | 1011101 | 110110 | 0 | 110110 | 1001001 | 10100 | 10000 | 111011 | 110010 |
Color Harmonies of #CB5D36
Complementary color
Monochromatic Colors of #CB5D36
Black with #CB5D36
Text Example
Text Example
White with #CB5D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D36; }
p { color: rgb(203,93,54); }
H1.HeaderClassName
{
color: #CB5D36;
}
.AnyTagClassName
{
color: #CB5D36;
}
</style>
background-color css
<style>
a { background-color: #CB5D36; }
a { background-color: rgb(203,93,54); }
div.DivClassName
{
background-color: #CB5D36;
}
.BgClassName
{
background-color: #CB5D36;
}
</style>
border-color css
<style>
span { border-color: #CB5D36; }
span { border-color: rgb(203,93,54); }
td.TdClassName
{
border-color: #CB5D36;
}
.TagClassName
{
border-color: #CB5D36;
}
</style>