Shades of Ecstasy #CB6038
Tints of Ecstasy #CB6038
RGB
CMYK
RGB Variations
Color information
#CB6038 (or 0xCB6038) is known color: Ecstasy. HEX triplet: CB, 60 and 38. RGB value is (203,96,56). Sum of RGB (Red+Green+Blue) = 203+96+56=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6038 is #349FC7. Grayscale: #7B7B7B. Windows color (decimal): -3448776 or 3694795. OLE color: 3694795.
HSL color Cylindrical-coordinate representation of color #CB6038: hue angle of 16.33º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB6038 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 56 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.20 |
| HSL | 16.33º | 0.59% | 0.51% | - |
| HSV(B) | 16.33º | 0.72% | 0.8% | - |
| XYZ | 29.53 | 21.35 | 6.31 | - |
| YUV | 123.43 | 89.95 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 56 | 0 | 0.53 | 0.72 | 0.20 | 16.33 | 0.59 | 0.51 |
| Hex | CB | 60 | 38 | 0 | 35 | 48 | 14 | 10 | 3B | 33 |
| Octal | 313 | 140 | 70 | 0 | 65 | 110 | 24 | 20 | 73 | 63 |
| Binary | 11001011 | 1100000 | 111000 | 0 | 110101 | 1001000 | 10100 | 10000 | 111011 | 110011 |
Color Harmonies of #CB6038
Complementary color
Monochromatic Colors of #CB6038
Black with #CB6038
Text Example
Text Example
White with #CB6038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6038; }
p { color: rgb(203,96,56); }
H1.HeaderClassName
{
color: #CB6038;
}
.AnyTagClassName
{
color: #CB6038;
}
</style>
background-color css
<style>
a { background-color: #CB6038; }
a { background-color: rgb(203,96,56); }
div.DivClassName
{
background-color: #CB6038;
}
.BgClassName
{
background-color: #CB6038;
}
</style>
border-color css
<style>
span { border-color: #CB6038; }
span { border-color: rgb(203,96,56); }
td.TdClassName
{
border-color: #CB6038;
}
.TagClassName
{
border-color: #CB6038;
}
</style>