Shades of Ecstasy #CB6432
Tints of Ecstasy #CB6432
RGB
CMYK
RGB Variations
Color information
#CB6432 (or 0xCB6432) is known color: Ecstasy. HEX triplet: CB, 64 and 32. RGB value is (203,100,50). Sum of RGB (Red+Green+Blue) = 203+100+50=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6432 is #349BCD. Grayscale: #7D7D7D. Windows color (decimal): -3447758 or 3302603. OLE color: 3302603.
HSL color Cylindrical-coordinate representation of color #CB6432: hue angle of 19.61º 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 #CB6432 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 50 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.20 |
| HSL | 19.61º | 0.6% | 0.5% | - |
| HSV(B) | 19.61º | 0.75% | 0.8% | - |
| XYZ | 29.76 | 22.04 | 5.7 | - |
| YUV | 125.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 50 | 0 | 0.51 | 0.75 | 0.20 | 19.61 | 0.6 | 0.5 |
| Hex | CB | 64 | 32 | 0 | 33 | 4B | 14 | 14 | 3C | 32 |
| Octal | 313 | 144 | 62 | 0 | 63 | 113 | 24 | 24 | 74 | 62 |
| Binary | 11001011 | 1100100 | 110010 | 0 | 110011 | 1001011 | 10100 | 10100 | 111100 | 110010 |
Color Harmonies of #CB6432
Complementary color
Monochromatic Colors of #CB6432
Black with #CB6432
Text Example
Text Example
White with #CB6432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6432; }
p { color: rgb(203,100,50); }
H1.HeaderClassName
{
color: #CB6432;
}
.AnyTagClassName
{
color: #CB6432;
}
</style>
background-color css
<style>
a { background-color: #CB6432; }
a { background-color: rgb(203,100,50); }
div.DivClassName
{
background-color: #CB6432;
}
.BgClassName
{
background-color: #CB6432;
}
</style>
border-color css
<style>
span { border-color: #CB6432; }
span { border-color: rgb(203,100,50); }
td.TdClassName
{
border-color: #CB6432;
}
.TagClassName
{
border-color: #CB6432;
}
</style>