Shades of Ecstasy #CB6835
Tints of Ecstasy #CB6835
RGB
CMYK
RGB Variations
Color information
#CB6835 (or 0xCB6835) is known color: Ecstasy. HEX triplet: CB, 68 and 35. RGB value is (203,104,53). Sum of RGB (Red+Green+Blue) = 203+104+53=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6835 is #3497CA. Grayscale: #808080. Windows color (decimal): -3446731 or 3500235. OLE color: 3500235.
HSL color Cylindrical-coordinate representation of color #CB6835: hue angle of 20.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB6835 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 53 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.20 |
| HSL | 20.4º | 0.59% | 0.5% | - |
| HSV(B) | 20.4º | 0.74% | 0.8% | - |
| XYZ | 30.22 | 22.85 | 6.19 | - |
| YUV | 127.79 | 85.8 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 53 | 0 | 0.49 | 0.74 | 0.20 | 20.4 | 0.59 | 0.5 |
| Hex | CB | 68 | 35 | 0 | 31 | 4A | 14 | 14 | 3B | 32 |
| Octal | 313 | 150 | 65 | 0 | 61 | 112 | 24 | 24 | 73 | 62 |
| Binary | 11001011 | 1101000 | 110101 | 0 | 110001 | 1001010 | 10100 | 10100 | 111011 | 110010 |
Color Harmonies of #CB6835
Complementary color
Monochromatic Colors of #CB6835
Black with #CB6835
Text Example
Text Example
White with #CB6835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6835; }
p { color: rgb(203,104,53); }
H1.HeaderClassName
{
color: #CB6835;
}
.AnyTagClassName
{
color: #CB6835;
}
</style>
background-color css
<style>
a { background-color: #CB6835; }
a { background-color: rgb(203,104,53); }
div.DivClassName
{
background-color: #CB6835;
}
.BgClassName
{
background-color: #CB6835;
}
</style>
border-color css
<style>
span { border-color: #CB6835; }
span { border-color: rgb(203,104,53); }
td.TdClassName
{
border-color: #CB6835;
}
.TagClassName
{
border-color: #CB6835;
}
</style>