Shades of Ecstasy #CB6232
Tints of Ecstasy #CB6232
RGB
CMYK
RGB Variations
Color information
#CB6232 (or 0xCB6232) is known color: Ecstasy. HEX triplet: CB, 62 and 32. RGB value is (203,98,50). Sum of RGB (Red+Green+Blue) = 203+98+50=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6232 is #349DCD. Grayscale: #7C7C7C. Windows color (decimal): -3448270 or 3302091. OLE color: 3302091.
HSL color Cylindrical-coordinate representation of color #CB6232: hue angle of 18.82º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB6232 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 50 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.20 |
| HSL | 18.82º | 0.6% | 0.5% | - |
| HSV(B) | 18.82º | 0.75% | 0.8% | - |
| XYZ | 29.57 | 21.66 | 5.64 | - |
| YUV | 123.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 50 | 0 | 0.52 | 0.75 | 0.20 | 18.82 | 0.6 | 0.5 |
| Hex | CB | 62 | 32 | 0 | 34 | 4B | 14 | 13 | 3C | 32 |
| Octal | 313 | 142 | 62 | 0 | 64 | 113 | 24 | 23 | 74 | 62 |
| Binary | 11001011 | 1100010 | 110010 | 0 | 110100 | 1001011 | 10100 | 10011 | 111100 | 110010 |
Color Harmonies of #CB6232
Complementary color
Monochromatic Colors of #CB6232
Black with #CB6232
Text Example
Text Example
White with #CB6232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6232; }
p { color: rgb(203,98,50); }
H1.HeaderClassName
{
color: #CB6232;
}
.AnyTagClassName
{
color: #CB6232;
}
</style>
background-color css
<style>
a { background-color: #CB6232; }
a { background-color: rgb(203,98,50); }
div.DivClassName
{
background-color: #CB6232;
}
.BgClassName
{
background-color: #CB6232;
}
</style>
border-color css
<style>
span { border-color: #CB6232; }
span { border-color: rgb(203,98,50); }
td.TdClassName
{
border-color: #CB6232;
}
.TagClassName
{
border-color: #CB6232;
}
</style>