Shades of Ecstasy #CB6642
Tints of Ecstasy #CB6642
RGB
CMYK
RGB Variations
Color information
#CB6642 (or 0xCB6642) is known color: Ecstasy. HEX triplet: CB, 66 and 42. RGB value is (203,102,66). Sum of RGB (Red+Green+Blue) = 203+102+66=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6642 is #3499BD. Grayscale: #808080. Windows color (decimal): -3447230 or 4351691. OLE color: 4351691.
HSL color Cylindrical-coordinate representation of color #CB6642: hue angle of 15.77º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB6642 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 66 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.20 |
| HSL | 15.77º | 0.57% | 0.53% | - |
| HSV(B) | 15.77º | 0.67% | 0.8% | - |
| XYZ | 30.36 | 22.59 | 7.91 | - |
| YUV | 128.1 | 92.96 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 66 | 0 | 0.50 | 0.67 | 0.20 | 15.77 | 0.57 | 0.53 |
| Hex | CB | 66 | 42 | 0 | 32 | 43 | 14 | 10 | 39 | 35 |
| Octal | 313 | 146 | 102 | 0 | 62 | 103 | 24 | 20 | 71 | 65 |
| Binary | 11001011 | 1100110 | 1000010 | 0 | 110010 | 1000011 | 10100 | 10000 | 111001 | 110101 |
Color Harmonies of #CB6642
Complementary color
Monochromatic Colors of #CB6642
Black with #CB6642
Text Example
Text Example
White with #CB6642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6642; }
p { color: rgb(203,102,66); }
H1.HeaderClassName
{
color: #CB6642;
}
.AnyTagClassName
{
color: #CB6642;
}
</style>
background-color css
<style>
a { background-color: #CB6642; }
a { background-color: rgb(203,102,66); }
div.DivClassName
{
background-color: #CB6642;
}
.BgClassName
{
background-color: #CB6642;
}
</style>
border-color css
<style>
span { border-color: #CB6642; }
span { border-color: rgb(203,102,66); }
td.TdClassName
{
border-color: #CB6642;
}
.TagClassName
{
border-color: #CB6642;
}
</style>