Shades of Ecstasy #CB5D38
Tints of Ecstasy #CB5D38
RGB
CMYK
RGB Variations
Color information
#CB5D38 (or 0xCB5D38) is known color: Ecstasy. HEX triplet: CB, 5D and 38. RGB value is (203,93,56). Sum of RGB (Red+Green+Blue) = 203+93+56=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5D38 is #34A2C7. Grayscale: #797979. Windows color (decimal): -3449544 or 3694027. OLE color: 3694027.
HSL color Cylindrical-coordinate representation of color #CB5D38: hue angle of 15.1º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB5D38 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 56 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.20 |
| HSL | 15.1º | 0.59% | 0.51% | - |
| HSV(B) | 15.1º | 0.72% | 0.8% | - |
| XYZ | 29.26 | 20.81 | 6.22 | - |
| YUV | 121.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 56 | 0 | 0.54 | 0.72 | 0.20 | 15.1 | 0.59 | 0.51 |
| Hex | CB | 5D | 38 | 0 | 36 | 48 | 14 | F | 3B | 33 |
| Octal | 313 | 135 | 70 | 0 | 66 | 110 | 24 | 17 | 73 | 63 |
| Binary | 11001011 | 1011101 | 111000 | 0 | 110110 | 1001000 | 10100 | 1111 | 111011 | 110011 |
Color Harmonies of #CB5D38
Complementary color
Monochromatic Colors of #CB5D38
Black with #CB5D38
Text Example
Text Example
White with #CB5D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D38; }
p { color: rgb(203,93,56); }
H1.HeaderClassName
{
color: #CB5D38;
}
.AnyTagClassName
{
color: #CB5D38;
}
</style>
background-color css
<style>
a { background-color: #CB5D38; }
a { background-color: rgb(203,93,56); }
div.DivClassName
{
background-color: #CB5D38;
}
.BgClassName
{
background-color: #CB5D38;
}
</style>
border-color css
<style>
span { border-color: #CB5D38; }
span { border-color: rgb(203,93,56); }
td.TdClassName
{
border-color: #CB5D38;
}
.TagClassName
{
border-color: #CB5D38;
}
</style>