Shades of Ecstasy #CB6535
Tints of Ecstasy #CB6535
RGB
CMYK
RGB Variations
Color information
#CB6535 (or 0xCB6535) is known color: Ecstasy. HEX triplet: CB, 65 and 35. RGB value is (203,101,53). Sum of RGB (Red+Green+Blue) = 203+101+53=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6535 is #349ACA. Grayscale: #7E7E7E. Windows color (decimal): -3447499 or 3499467. OLE color: 3499467.
HSL color Cylindrical-coordinate representation of color #CB6535: hue angle of 19.2º 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 #CB6535 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 53 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.20 |
| HSL | 19.2º | 0.59% | 0.5% | - |
| HSV(B) | 19.2º | 0.74% | 0.8% | - |
| XYZ | 29.92 | 22.26 | 6.09 | - |
| YUV | 126.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 53 | 0 | 0.50 | 0.74 | 0.20 | 19.2 | 0.59 | 0.5 |
| Hex | CB | 65 | 35 | 0 | 32 | 4A | 14 | 13 | 3B | 32 |
| Octal | 313 | 145 | 65 | 0 | 62 | 112 | 24 | 23 | 73 | 62 |
| Binary | 11001011 | 1100101 | 110101 | 0 | 110010 | 1001010 | 10100 | 10011 | 111011 | 110010 |
Color Harmonies of #CB6535
Complementary color
Monochromatic Colors of #CB6535
Black with #CB6535
Text Example
Text Example
White with #CB6535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6535; }
p { color: rgb(203,101,53); }
H1.HeaderClassName
{
color: #CB6535;
}
.AnyTagClassName
{
color: #CB6535;
}
</style>
background-color css
<style>
a { background-color: #CB6535; }
a { background-color: rgb(203,101,53); }
div.DivClassName
{
background-color: #CB6535;
}
.BgClassName
{
background-color: #CB6535;
}
</style>
border-color css
<style>
span { border-color: #CB6535; }
span { border-color: rgb(203,101,53); }
td.TdClassName
{
border-color: #CB6535;
}
.TagClassName
{
border-color: #CB6535;
}
</style>