Shades of Ecstasy #CB5F3C
Tints of Ecstasy #CB5F3C
RGB
CMYK
RGB Variations
Color information
#CB5F3C (or 0xCB5F3C) is known color: Ecstasy. HEX triplet: CB, 5F and 3C. RGB value is (203,95,60). Sum of RGB (Red+Green+Blue) = 203+95+60=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5F3C is #34A0C3. Grayscale: #7B7B7B. Windows color (decimal): -3449028 or 3956683. OLE color: 3956683.
HSL color Cylindrical-coordinate representation of color #CB5F3C: hue angle of 14.69º 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 #CB5F3C is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 95 | 60 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.20 |
| HSL | 14.69º | 0.58% | 0.52% | - |
| HSV(B) | 14.69º | 0.7% | 0.8% | - |
| XYZ | 29.54 | 21.21 | 6.81 | - |
| YUV | 123.3 | 92.28 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 60 | 0 | 0.53 | 0.70 | 0.20 | 14.69 | 0.58 | 0.52 |
| Hex | CB | 5F | 3C | 0 | 35 | 46 | 14 | F | 3A | 34 |
| Octal | 313 | 137 | 74 | 0 | 65 | 106 | 24 | 17 | 72 | 64 |
| Binary | 11001011 | 1011111 | 111100 | 0 | 110101 | 1000110 | 10100 | 1111 | 111010 | 110100 |
Color Harmonies of #CB5F3C
Complementary color
Monochromatic Colors of #CB5F3C
Black with #CB5F3C
Text Example
Text Example
White with #CB5F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5F3C; }
p { color: rgb(203,95,60); }
H1.HeaderClassName
{
color: #CB5F3C;
}
.AnyTagClassName
{
color: #CB5F3C;
}
</style>
background-color css
<style>
a { background-color: #CB5F3C; }
a { background-color: rgb(203,95,60); }
div.DivClassName
{
background-color: #CB5F3C;
}
.BgClassName
{
background-color: #CB5F3C;
}
</style>
border-color css
<style>
span { border-color: #CB5F3C; }
span { border-color: rgb(203,95,60); }
td.TdClassName
{
border-color: #CB5F3C;
}
.TagClassName
{
border-color: #CB5F3C;
}
</style>