Shades of Ecstasy #CB6631
Tints of Ecstasy #CB6631
RGB
CMYK
RGB Variations
Color information
#CB6631 (or 0xCB6631) is known color: Ecstasy. HEX triplet: CB, 66 and 31. RGB value is (203,102,49). Sum of RGB (Red+Green+Blue) = 203+102+49=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6631 is #3499CE. Grayscale: #7E7E7E. Windows color (decimal): -3447247 or 3237579. OLE color: 3237579.
HSL color Cylindrical-coordinate representation of color #CB6631: hue angle of 20.65º 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 #CB6631 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 49 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.20 |
| HSL | 20.65º | 0.61% | 0.49% | - |
| HSV(B) | 20.65º | 0.76% | 0.8% | - |
| XYZ | 29.93 | 22.42 | 5.66 | - |
| YUV | 126.16 | 84.46 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 49 | 0 | 0.50 | 0.76 | 0.20 | 20.65 | 0.61 | 0.49 |
| Hex | CB | 66 | 31 | 0 | 32 | 4C | 14 | 15 | 3D | 31 |
| Octal | 313 | 146 | 61 | 0 | 62 | 114 | 24 | 25 | 75 | 61 |
| Binary | 11001011 | 1100110 | 110001 | 0 | 110010 | 1001100 | 10100 | 10101 | 111101 | 110001 |
Color Harmonies of #CB6631
Complementary color
Monochromatic Colors of #CB6631
Black with #CB6631
Text Example
Text Example
White with #CB6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6631; }
p { color: rgb(203,102,49); }
H1.HeaderClassName
{
color: #CB6631;
}
.AnyTagClassName
{
color: #CB6631;
}
</style>
background-color css
<style>
a { background-color: #CB6631; }
a { background-color: rgb(203,102,49); }
div.DivClassName
{
background-color: #CB6631;
}
.BgClassName
{
background-color: #CB6631;
}
</style>
border-color css
<style>
span { border-color: #CB6631; }
span { border-color: rgb(203,102,49); }
td.TdClassName
{
border-color: #CB6631;
}
.TagClassName
{
border-color: #CB6631;
}
</style>