Shades of Ecstasy #CB6338
Tints of Ecstasy #CB6338
RGB
CMYK
RGB Variations
Color information
#CB6338 (or 0xCB6338) is known color: Ecstasy. HEX triplet: CB, 63 and 38. RGB value is (203,99,56). Sum of RGB (Red+Green+Blue) = 203+99+56=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6338 is #349CC7. Grayscale: #7D7D7D. Windows color (decimal): -3448008 or 3695563. OLE color: 3695563.
HSL color Cylindrical-coordinate representation of color #CB6338: hue angle of 17.55º 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 #CB6338 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 56 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.20 |
| HSL | 17.55º | 0.59% | 0.51% | - |
| HSV(B) | 17.55º | 0.72% | 0.8% | - |
| XYZ | 29.8 | 21.91 | 6.4 | - |
| YUV | 125.19 | 88.96 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 56 | 0 | 0.51 | 0.72 | 0.20 | 17.55 | 0.59 | 0.51 |
| Hex | CB | 63 | 38 | 0 | 33 | 48 | 14 | 12 | 3B | 33 |
| Octal | 313 | 143 | 70 | 0 | 63 | 110 | 24 | 22 | 73 | 63 |
| Binary | 11001011 | 1100011 | 111000 | 0 | 110011 | 1001000 | 10100 | 10010 | 111011 | 110011 |
Color Harmonies of #CB6338
Complementary color
Monochromatic Colors of #CB6338
Black with #CB6338
Text Example
Text Example
White with #CB6338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6338; }
p { color: rgb(203,99,56); }
H1.HeaderClassName
{
color: #CB6338;
}
.AnyTagClassName
{
color: #CB6338;
}
</style>
background-color css
<style>
a { background-color: #CB6338; }
a { background-color: rgb(203,99,56); }
div.DivClassName
{
background-color: #CB6338;
}
.BgClassName
{
background-color: #CB6338;
}
</style>
border-color css
<style>
span { border-color: #CB6338; }
span { border-color: rgb(203,99,56); }
td.TdClassName
{
border-color: #CB6338;
}
.TagClassName
{
border-color: #CB6338;
}
</style>