Shades of Ecstasy #CB6138
Tints of Ecstasy #CB6138
RGB
CMYK
RGB Variations
Color information
#CB6138 (or 0xCB6138) is known color: Ecstasy. HEX triplet: CB, 61 and 38. RGB value is (203,97,56). Sum of RGB (Red+Green+Blue) = 203+97+56=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6138 is #349EC7. Grayscale: #7C7C7C. Windows color (decimal): -3448520 or 3695051. OLE color: 3695051.
HSL color Cylindrical-coordinate representation of color #CB6138: hue angle of 16.73º 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 #CB6138 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 56 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.20 |
| HSL | 16.73º | 0.59% | 0.51% | - |
| HSV(B) | 16.73º | 0.72% | 0.8% | - |
| XYZ | 29.62 | 21.53 | 6.34 | - |
| YUV | 124.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 56 | 0 | 0.52 | 0.72 | 0.20 | 16.73 | 0.59 | 0.51 |
| Hex | CB | 61 | 38 | 0 | 34 | 48 | 14 | 11 | 3B | 33 |
| Octal | 313 | 141 | 70 | 0 | 64 | 110 | 24 | 21 | 73 | 63 |
| Binary | 11001011 | 1100001 | 111000 | 0 | 110100 | 1001000 | 10100 | 10001 | 111011 | 110011 |
Color Harmonies of #CB6138
Complementary color
Monochromatic Colors of #CB6138
Black with #CB6138
Text Example
Text Example
White with #CB6138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6138; }
p { color: rgb(203,97,56); }
H1.HeaderClassName
{
color: #CB6138;
}
.AnyTagClassName
{
color: #CB6138;
}
</style>
background-color css
<style>
a { background-color: #CB6138; }
a { background-color: rgb(203,97,56); }
div.DivClassName
{
background-color: #CB6138;
}
.BgClassName
{
background-color: #CB6138;
}
</style>
border-color css
<style>
span { border-color: #CB6138; }
span { border-color: rgb(203,97,56); }
td.TdClassName
{
border-color: #CB6138;
}
.TagClassName
{
border-color: #CB6138;
}
</style>