Shades of Ecstasy #CB6331
Tints of Ecstasy #CB6331
RGB
CMYK
RGB Variations
Color information
#CB6331 (or 0xCB6331) is known color: Ecstasy. HEX triplet: CB, 63 and 31. RGB value is (203,99,49). Sum of RGB (Red+Green+Blue) = 203+99+49=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6331 is #349CCE. Grayscale: #7C7C7C. Windows color (decimal): -3448015 or 3236811. OLE color: 3236811.
HSL color Cylindrical-coordinate representation of color #CB6331: hue angle of 19.48º 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 #CB6331 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 49 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.20 |
| HSL | 19.48º | 0.61% | 0.49% | - |
| HSV(B) | 19.48º | 0.76% | 0.8% | - |
| XYZ | 29.64 | 21.84 | 5.56 | - |
| YUV | 124.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 49 | 0 | 0.51 | 0.76 | 0.20 | 19.48 | 0.61 | 0.49 |
| Hex | CB | 63 | 31 | 0 | 33 | 4C | 14 | 13 | 3D | 31 |
| Octal | 313 | 143 | 61 | 0 | 63 | 114 | 24 | 23 | 75 | 61 |
| Binary | 11001011 | 1100011 | 110001 | 0 | 110011 | 1001100 | 10100 | 10011 | 111101 | 110001 |
Color Harmonies of #CB6331
Complementary color
Monochromatic Colors of #CB6331
Black with #CB6331
Text Example
Text Example
White with #CB6331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6331; }
p { color: rgb(203,99,49); }
H1.HeaderClassName
{
color: #CB6331;
}
.AnyTagClassName
{
color: #CB6331;
}
</style>
background-color css
<style>
a { background-color: #CB6331; }
a { background-color: rgb(203,99,49); }
div.DivClassName
{
background-color: #CB6331;
}
.BgClassName
{
background-color: #CB6331;
}
</style>
border-color css
<style>
span { border-color: #CB6331; }
span { border-color: rgb(203,99,49); }
td.TdClassName
{
border-color: #CB6331;
}
.TagClassName
{
border-color: #CB6331;
}
</style>