Shades of Ecstasy #CB6541
Tints of Ecstasy #CB6541
RGB
CMYK
RGB Variations
Color information
#CB6541 (or 0xCB6541) is known color: Ecstasy. HEX triplet: CB, 65 and 41. RGB value is (203,101,65). Sum of RGB (Red+Green+Blue) = 203+101+65=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6541 is #349ABE. Grayscale: #7F7F7F. Windows color (decimal): -3447487 or 4285899. OLE color: 4285899.
HSL color Cylindrical-coordinate representation of color #CB6541: hue angle of 15.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB6541 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 65 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.20 |
| HSL | 15.65º | 0.57% | 0.53% | - |
| HSV(B) | 15.65º | 0.68% | 0.8% | - |
| XYZ | 30.24 | 22.39 | 7.73 | - |
| YUV | 127.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 65 | 0 | 0.50 | 0.68 | 0.20 | 15.65 | 0.57 | 0.53 |
| Hex | CB | 65 | 41 | 0 | 32 | 44 | 14 | 10 | 39 | 35 |
| Octal | 313 | 145 | 101 | 0 | 62 | 104 | 24 | 20 | 71 | 65 |
| Binary | 11001011 | 1100101 | 1000001 | 0 | 110010 | 1000100 | 10100 | 10000 | 111001 | 110101 |
Color Harmonies of #CB6541
Complementary color
Monochromatic Colors of #CB6541
Black with #CB6541
Text Example
Text Example
White with #CB6541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6541; }
p { color: rgb(203,101,65); }
H1.HeaderClassName
{
color: #CB6541;
}
.AnyTagClassName
{
color: #CB6541;
}
</style>
background-color css
<style>
a { background-color: #CB6541; }
a { background-color: rgb(203,101,65); }
div.DivClassName
{
background-color: #CB6541;
}
.BgClassName
{
background-color: #CB6541;
}
</style>
border-color css
<style>
span { border-color: #CB6541; }
span { border-color: rgb(203,101,65); }
td.TdClassName
{
border-color: #CB6541;
}
.TagClassName
{
border-color: #CB6541;
}
</style>