Shades of Ecstasy #CB5C3D
Tints of Ecstasy #CB5C3D
RGB
CMYK
RGB Variations
Color information
#CB5C3D (or 0xCB5C3D) is known color: Ecstasy. HEX triplet: CB, 5C and 3D. RGB value is (203,92,61). Sum of RGB (Red+Green+Blue) = 203+92+61=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5C3D is #34A3C2. Grayscale: #797979. Windows color (decimal): -3449795 or 4021451. OLE color: 4021451.
HSL color Cylindrical-coordinate representation of color #CB5C3D: hue angle of 13.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB5C3D is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 61 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.20 |
| HSL | 13.1º | 0.58% | 0.52% | - |
| HSV(B) | 13.1º | 0.7% | 0.8% | - |
| XYZ | 29.3 | 20.69 | 6.86 | - |
| YUV | 121.66 | 93.77 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 61 | 0 | 0.55 | 0.70 | 0.20 | 13.1 | 0.58 | 0.52 |
| Hex | CB | 5C | 3D | 0 | 37 | 46 | 14 | D | 3A | 34 |
| Octal | 313 | 134 | 75 | 0 | 67 | 106 | 24 | 15 | 72 | 64 |
| Binary | 11001011 | 1011100 | 111101 | 0 | 110111 | 1000110 | 10100 | 1101 | 111010 | 110100 |
Color Harmonies of #CB5C3D
Complementary color
Monochromatic Colors of #CB5C3D
Black with #CB5C3D
Text Example
Text Example
White with #CB5C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C3D; }
p { color: rgb(203,92,61); }
H1.HeaderClassName
{
color: #CB5C3D;
}
.AnyTagClassName
{
color: #CB5C3D;
}
</style>
background-color css
<style>
a { background-color: #CB5C3D; }
a { background-color: rgb(203,92,61); }
div.DivClassName
{
background-color: #CB5C3D;
}
.BgClassName
{
background-color: #CB5C3D;
}
</style>
border-color css
<style>
span { border-color: #CB5C3D; }
span { border-color: rgb(203,92,61); }
td.TdClassName
{
border-color: #CB5C3D;
}
.TagClassName
{
border-color: #CB5C3D;
}
</style>