Shades of Ecstasy #CB6238
Tints of Ecstasy #CB6238
RGB
CMYK
RGB Variations
Color information
#CB6238 (or 0xCB6238) is known color: Ecstasy. HEX triplet: CB, 62 and 38. RGB value is (203,98,56). Sum of RGB (Red+Green+Blue) = 203+98+56=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6238 is #349DC7. Grayscale: #7C7C7C. Windows color (decimal): -3448264 or 3695307. OLE color: 3695307.
HSL color Cylindrical-coordinate representation of color #CB6238: hue angle of 17.14º 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 #CB6238 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 56 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.20 |
| HSL | 17.14º | 0.59% | 0.51% | - |
| HSV(B) | 17.14º | 0.72% | 0.8% | - |
| XYZ | 29.71 | 21.72 | 6.37 | - |
| YUV | 124.61 | 89.29 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 56 | 0 | 0.52 | 0.72 | 0.20 | 17.14 | 0.59 | 0.51 |
| Hex | CB | 62 | 38 | 0 | 34 | 48 | 14 | 11 | 3B | 33 |
| Octal | 313 | 142 | 70 | 0 | 64 | 110 | 24 | 21 | 73 | 63 |
| Binary | 11001011 | 1100010 | 111000 | 0 | 110100 | 1001000 | 10100 | 10001 | 111011 | 110011 |
Color Harmonies of #CB6238
Complementary color
Monochromatic Colors of #CB6238
Black with #CB6238
Text Example
Text Example
White with #CB6238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6238; }
p { color: rgb(203,98,56); }
H1.HeaderClassName
{
color: #CB6238;
}
.AnyTagClassName
{
color: #CB6238;
}
</style>
background-color css
<style>
a { background-color: #CB6238; }
a { background-color: rgb(203,98,56); }
div.DivClassName
{
background-color: #CB6238;
}
.BgClassName
{
background-color: #CB6238;
}
</style>
border-color css
<style>
span { border-color: #CB6238; }
span { border-color: rgb(203,98,56); }
td.TdClassName
{
border-color: #CB6238;
}
.TagClassName
{
border-color: #CB6238;
}
</style>