Shades of Ecstasy #CB6431
Tints of Ecstasy #CB6431
RGB
CMYK
RGB Variations
Color information
#CB6431 (or 0xCB6431) is known color: Ecstasy. HEX triplet: CB, 64 and 31. RGB value is (203,100,49). Sum of RGB (Red+Green+Blue) = 203+100+49=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6431 is #349BCE. Grayscale: #7D7D7D. Windows color (decimal): -3447759 or 3237067. OLE color: 3237067.
HSL color Cylindrical-coordinate representation of color #CB6431: hue angle of 19.87º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB6431 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 49 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.20 |
| HSL | 19.87º | 0.61% | 0.49% | - |
| HSV(B) | 19.87º | 0.76% | 0.8% | - |
| XYZ | 29.74 | 22.03 | 5.59 | - |
| YUV | 124.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 49 | 0 | 0.51 | 0.76 | 0.20 | 19.87 | 0.61 | 0.49 |
| Hex | CB | 64 | 31 | 0 | 33 | 4C | 14 | 14 | 3D | 31 |
| Octal | 313 | 144 | 61 | 0 | 63 | 114 | 24 | 24 | 75 | 61 |
| Binary | 11001011 | 1100100 | 110001 | 0 | 110011 | 1001100 | 10100 | 10100 | 111101 | 110001 |
Color Harmonies of #CB6431
Complementary color
Monochromatic Colors of #CB6431
Black with #CB6431
Text Example
Text Example
White with #CB6431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6431; }
p { color: rgb(203,100,49); }
H1.HeaderClassName
{
color: #CB6431;
}
.AnyTagClassName
{
color: #CB6431;
}
</style>
background-color css
<style>
a { background-color: #CB6431; }
a { background-color: rgb(203,100,49); }
div.DivClassName
{
background-color: #CB6431;
}
.BgClassName
{
background-color: #CB6431;
}
</style>
border-color css
<style>
span { border-color: #CB6431; }
span { border-color: rgb(203,100,49); }
td.TdClassName
{
border-color: #CB6431;
}
.TagClassName
{
border-color: #CB6431;
}
</style>