Shades of Ecstasy #CB6439
Tints of Ecstasy #CB6439
RGB
CMYK
RGB Variations
Color information
#CB6439 (or 0xCB6439) is known color: Ecstasy. HEX triplet: CB, 64 and 39. RGB value is (203,100,57). Sum of RGB (Red+Green+Blue) = 203+100+57=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6439 is #349BC6. Grayscale: #7E7E7E. Windows color (decimal): -3447751 or 3761355. OLE color: 3761355.
HSL color Cylindrical-coordinate representation of color #CB6439: hue angle of 17.67º degrees, saturation: 0.58, 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 #CB6439 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 57 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.20 |
| HSL | 17.67º | 0.58% | 0.51% | - |
| HSV(B) | 17.67º | 0.72% | 0.8% | - |
| XYZ | 29.92 | 22.11 | 6.56 | - |
| YUV | 125.9 | 89.12 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 57 | 0 | 0.51 | 0.72 | 0.20 | 17.67 | 0.58 | 0.51 |
| Hex | CB | 64 | 39 | 0 | 33 | 48 | 14 | 12 | 3A | 33 |
| Octal | 313 | 144 | 71 | 0 | 63 | 110 | 24 | 22 | 72 | 63 |
| Binary | 11001011 | 1100100 | 111001 | 0 | 110011 | 1001000 | 10100 | 10010 | 111010 | 110011 |
Color Harmonies of #CB6439
Complementary color
Monochromatic Colors of #CB6439
Black with #CB6439
Text Example
Text Example
White with #CB6439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6439; }
p { color: rgb(203,100,57); }
H1.HeaderClassName
{
color: #CB6439;
}
.AnyTagClassName
{
color: #CB6439;
}
</style>
background-color css
<style>
a { background-color: #CB6439; }
a { background-color: rgb(203,100,57); }
div.DivClassName
{
background-color: #CB6439;
}
.BgClassName
{
background-color: #CB6439;
}
</style>
border-color css
<style>
span { border-color: #CB6439; }
span { border-color: rgb(203,100,57); }
td.TdClassName
{
border-color: #CB6439;
}
.TagClassName
{
border-color: #CB6439;
}
</style>