Shades of Ecstasy #CB663C
Tints of Ecstasy #CB663C
RGB
CMYK
RGB Variations
Color information
#CB663C (or 0xCB663C) is known color: Ecstasy. HEX triplet: CB, 66 and 3C. RGB value is (203,102,60). Sum of RGB (Red+Green+Blue) = 203+102+60=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB663C is #3499C3. Grayscale: #7F7F7F. Windows color (decimal): -3447236 or 3958475. OLE color: 3958475.
HSL color Cylindrical-coordinate representation of color #CB663C: hue angle of 17.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB663C is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 60 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.20 |
| HSL | 17.62º | 0.58% | 0.52% | - |
| HSV(B) | 17.62º | 0.7% | 0.8% | - |
| XYZ | 30.2 | 22.53 | 7.03 | - |
| YUV | 127.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 60 | 0 | 0.50 | 0.70 | 0.20 | 17.62 | 0.58 | 0.52 |
| Hex | CB | 66 | 3C | 0 | 32 | 46 | 14 | 12 | 3A | 34 |
| Octal | 313 | 146 | 74 | 0 | 62 | 106 | 24 | 22 | 72 | 64 |
| Binary | 11001011 | 1100110 | 111100 | 0 | 110010 | 1000110 | 10100 | 10010 | 111010 | 110100 |
Color Harmonies of #CB663C
Complementary color
Monochromatic Colors of #CB663C
Black with #CB663C
Text Example
Text Example
White with #CB663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB663C; }
p { color: rgb(203,102,60); }
H1.HeaderClassName
{
color: #CB663C;
}
.AnyTagClassName
{
color: #CB663C;
}
</style>
background-color css
<style>
a { background-color: #CB663C; }
a { background-color: rgb(203,102,60); }
div.DivClassName
{
background-color: #CB663C;
}
.BgClassName
{
background-color: #CB663C;
}
</style>
border-color css
<style>
span { border-color: #CB663C; }
span { border-color: rgb(203,102,60); }
td.TdClassName
{
border-color: #CB663C;
}
.TagClassName
{
border-color: #CB663C;
}
</style>