Shades of Ecstasy #CB5C38
Tints of Ecstasy #CB5C38
RGB
CMYK
RGB Variations
Color information
#CB5C38 (or 0xCB5C38) is known color: Ecstasy. HEX triplet: CB, 5C and 38. RGB value is (203,92,56). Sum of RGB (Red+Green+Blue) = 203+92+56=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5C38 is #34A3C7. Grayscale: #797979. Windows color (decimal): -3449800 or 3693771. OLE color: 3693771.
HSL color Cylindrical-coordinate representation of color #CB5C38: hue angle of 14.69º 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 #CB5C38 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 56 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.20 |
| HSL | 14.69º | 0.59% | 0.51% | - |
| HSV(B) | 14.69º | 0.72% | 0.8% | - |
| XYZ | 29.17 | 20.64 | 6.19 | - |
| YUV | 121.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 56 | 0 | 0.55 | 0.72 | 0.20 | 14.69 | 0.59 | 0.51 |
| Hex | CB | 5C | 38 | 0 | 37 | 48 | 14 | F | 3B | 33 |
| Octal | 313 | 134 | 70 | 0 | 67 | 110 | 24 | 17 | 73 | 63 |
| Binary | 11001011 | 1011100 | 111000 | 0 | 110111 | 1001000 | 10100 | 1111 | 111011 | 110011 |
Color Harmonies of #CB5C38
Complementary color
Monochromatic Colors of #CB5C38
Black with #CB5C38
Text Example
Text Example
White with #CB5C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C38; }
p { color: rgb(203,92,56); }
H1.HeaderClassName
{
color: #CB5C38;
}
.AnyTagClassName
{
color: #CB5C38;
}
</style>
background-color css
<style>
a { background-color: #CB5C38; }
a { background-color: rgb(203,92,56); }
div.DivClassName
{
background-color: #CB5C38;
}
.BgClassName
{
background-color: #CB5C38;
}
</style>
border-color css
<style>
span { border-color: #CB5C38; }
span { border-color: rgb(203,92,56); }
td.TdClassName
{
border-color: #CB5C38;
}
.TagClassName
{
border-color: #CB5C38;
}
</style>