Shades of Ecstasy #CB5B3A
Tints of Ecstasy #CB5B3A
RGB
CMYK
RGB Variations
Color information
#CB5B3A (or 0xCB5B3A) is known color: Ecstasy. HEX triplet: CB, 5B and 3A. RGB value is (203,91,58). Sum of RGB (Red+Green+Blue) = 203+91+58=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B3A is #34A4C5. Grayscale: #787878. Windows color (decimal): -3450054 or 3824587. OLE color: 3824587.
HSL color Cylindrical-coordinate representation of color #CB5B3A: hue angle of 13.66º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB5B3A is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 58 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.20 |
| HSL | 13.66º | 0.58% | 0.51% | - |
| HSV(B) | 13.66º | 0.71% | 0.8% | - |
| XYZ | 29.13 | 20.48 | 6.42 | - |
| YUV | 120.73 | 92.61 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 58 | 0 | 0.55 | 0.71 | 0.20 | 13.66 | 0.58 | 0.51 |
| Hex | CB | 5B | 3A | 0 | 37 | 47 | 14 | E | 3A | 33 |
| Octal | 313 | 133 | 72 | 0 | 67 | 107 | 24 | 16 | 72 | 63 |
| Binary | 11001011 | 1011011 | 111010 | 0 | 110111 | 1000111 | 10100 | 1110 | 111010 | 110011 |
Color Harmonies of #CB5B3A
Complementary color
Monochromatic Colors of #CB5B3A
Black with #CB5B3A
Text Example
Text Example
White with #CB5B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B3A; }
p { color: rgb(203,91,58); }
H1.HeaderClassName
{
color: #CB5B3A;
}
.AnyTagClassName
{
color: #CB5B3A;
}
</style>
background-color css
<style>
a { background-color: #CB5B3A; }
a { background-color: rgb(203,91,58); }
div.DivClassName
{
background-color: #CB5B3A;
}
.BgClassName
{
background-color: #CB5B3A;
}
</style>
border-color css
<style>
span { border-color: #CB5B3A; }
span { border-color: rgb(203,91,58); }
td.TdClassName
{
border-color: #CB5B3A;
}
.TagClassName
{
border-color: #CB5B3A;
}
</style>