Shades of Ecstasy #CB603E
Tints of Ecstasy #CB603E
RGB
CMYK
RGB Variations
Color information
#CB603E (or 0xCB603E) is known color: Ecstasy. HEX triplet: CB, 60 and 3E. RGB value is (203,96,62). Sum of RGB (Red+Green+Blue) = 203+96+62=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB603E is #349FC1. Grayscale: #7C7C7C. Windows color (decimal): -3448770 or 4088011. OLE color: 4088011.
HSL color Cylindrical-coordinate representation of color #CB603E: hue angle of 14.47º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB603E is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 62 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.20 |
| HSL | 14.47º | 0.58% | 0.52% | - |
| HSV(B) | 14.47º | 0.69% | 0.8% | - |
| XYZ | 29.68 | 21.41 | 7.13 | - |
| YUV | 124.12 | 92.95 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 62 | 0 | 0.53 | 0.69 | 0.20 | 14.47 | 0.58 | 0.52 |
| Hex | CB | 60 | 3E | 0 | 35 | 45 | 14 | E | 3A | 34 |
| Octal | 313 | 140 | 76 | 0 | 65 | 105 | 24 | 16 | 72 | 64 |
| Binary | 11001011 | 1100000 | 111110 | 0 | 110101 | 1000101 | 10100 | 1110 | 111010 | 110100 |
Color Harmonies of #CB603E
Complementary color
Monochromatic Colors of #CB603E
Black with #CB603E
Text Example
Text Example
White with #CB603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB603E; }
p { color: rgb(203,96,62); }
H1.HeaderClassName
{
color: #CB603E;
}
.AnyTagClassName
{
color: #CB603E;
}
</style>
background-color css
<style>
a { background-color: #CB603E; }
a { background-color: rgb(203,96,62); }
div.DivClassName
{
background-color: #CB603E;
}
.BgClassName
{
background-color: #CB603E;
}
</style>
border-color css
<style>
span { border-color: #CB603E; }
span { border-color: rgb(203,96,62); }
td.TdClassName
{
border-color: #CB603E;
}
.TagClassName
{
border-color: #CB603E;
}
</style>