Shades of Ecstasy #CB653D
Tints of Ecstasy #CB653D
RGB
CMYK
RGB Variations
Color information
#CB653D (or 0xCB653D) is known color: Ecstasy. HEX triplet: CB, 65 and 3D. RGB value is (203,101,61). Sum of RGB (Red+Green+Blue) = 203+101+61=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB653D is #349AC2. Grayscale: #7F7F7F. Windows color (decimal): -3447491 or 4023755. OLE color: 4023755.
HSL color Cylindrical-coordinate representation of color #CB653D: hue angle of 16.9º 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 #CB653D is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 61 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.20 |
| HSL | 16.9º | 0.58% | 0.52% | - |
| HSV(B) | 16.9º | 0.7% | 0.8% | - |
| XYZ | 30.12 | 22.34 | 7.14 | - |
| YUV | 126.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 61 | 0 | 0.50 | 0.70 | 0.20 | 16.9 | 0.58 | 0.52 |
| Hex | CB | 65 | 3D | 0 | 32 | 46 | 14 | 11 | 3A | 34 |
| Octal | 313 | 145 | 75 | 0 | 62 | 106 | 24 | 21 | 72 | 64 |
| Binary | 11001011 | 1100101 | 111101 | 0 | 110010 | 1000110 | 10100 | 10001 | 111010 | 110100 |
Color Harmonies of #CB653D
Complementary color
Monochromatic Colors of #CB653D
Black with #CB653D
Text Example
Text Example
White with #CB653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB653D; }
p { color: rgb(203,101,61); }
H1.HeaderClassName
{
color: #CB653D;
}
.AnyTagClassName
{
color: #CB653D;
}
</style>
background-color css
<style>
a { background-color: #CB653D; }
a { background-color: rgb(203,101,61); }
div.DivClassName
{
background-color: #CB653D;
}
.BgClassName
{
background-color: #CB653D;
}
</style>
border-color css
<style>
span { border-color: #CB653D; }
span { border-color: rgb(203,101,61); }
td.TdClassName
{
border-color: #CB653D;
}
.TagClassName
{
border-color: #CB653D;
}
</style>