Shades of Ecstasy #CB6638
Tints of Ecstasy #CB6638
RGB
CMYK
RGB Variations
Color information
#CB6638 (or 0xCB6638) is known color: Ecstasy. HEX triplet: CB, 66 and 38. RGB value is (203,102,56). Sum of RGB (Red+Green+Blue) = 203+102+56=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6638 is #3499C7. Grayscale: #7F7F7F. Windows color (decimal): -3447240 or 3696331. OLE color: 3696331.
HSL color Cylindrical-coordinate representation of color #CB6638: hue angle of 18.78º 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 #CB6638 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 56 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.20 |
| HSL | 18.78º | 0.59% | 0.51% | - |
| HSV(B) | 18.78º | 0.72% | 0.8% | - |
| XYZ | 30.09 | 22.48 | 6.5 | - |
| YUV | 126.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 56 | 0 | 0.50 | 0.72 | 0.20 | 18.78 | 0.59 | 0.51 |
| Hex | CB | 66 | 38 | 0 | 32 | 48 | 14 | 13 | 3B | 33 |
| Octal | 313 | 146 | 70 | 0 | 62 | 110 | 24 | 23 | 73 | 63 |
| Binary | 11001011 | 1100110 | 111000 | 0 | 110010 | 1001000 | 10100 | 10011 | 111011 | 110011 |
Color Harmonies of #CB6638
Complementary color
Monochromatic Colors of #CB6638
Black with #CB6638
Text Example
Text Example
White with #CB6638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6638; }
p { color: rgb(203,102,56); }
H1.HeaderClassName
{
color: #CB6638;
}
.AnyTagClassName
{
color: #CB6638;
}
</style>
background-color css
<style>
a { background-color: #CB6638; }
a { background-color: rgb(203,102,56); }
div.DivClassName
{
background-color: #CB6638;
}
.BgClassName
{
background-color: #CB6638;
}
</style>
border-color css
<style>
span { border-color: #CB6638; }
span { border-color: rgb(203,102,56); }
td.TdClassName
{
border-color: #CB6638;
}
.TagClassName
{
border-color: #CB6638;
}
</style>