Shades of Ecstasy #CB6340
Tints of Ecstasy #CB6340
RGB
CMYK
RGB Variations
Color information
#CB6340 (or 0xCB6340) is known color: Ecstasy. HEX triplet: CB, 63 and 40. RGB value is (203,99,64). Sum of RGB (Red+Green+Blue) = 203+99+64=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6340 is #349CBF. Grayscale: #7E7E7E. Windows color (decimal): -3448000 or 4219851. OLE color: 4219851.
HSL color Cylindrical-coordinate representation of color #CB6340: hue angle of 15.11º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB6340 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 64 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.20 |
| HSL | 15.11º | 0.57% | 0.52% | - |
| HSV(B) | 15.11º | 0.68% | 0.8% | - |
| XYZ | 30.02 | 21.99 | 7.51 | - |
| YUV | 126.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 64 | 0 | 0.51 | 0.68 | 0.20 | 15.11 | 0.57 | 0.52 |
| Hex | CB | 63 | 40 | 0 | 33 | 44 | 14 | F | 39 | 34 |
| Octal | 313 | 143 | 100 | 0 | 63 | 104 | 24 | 17 | 71 | 64 |
| Binary | 11001011 | 1100011 | 1000000 | 0 | 110011 | 1000100 | 10100 | 1111 | 111001 | 110100 |
Color Harmonies of #CB6340
Complementary color
Monochromatic Colors of #CB6340
Black with #CB6340
Text Example
Text Example
White with #CB6340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6340; }
p { color: rgb(203,99,64); }
H1.HeaderClassName
{
color: #CB6340;
}
.AnyTagClassName
{
color: #CB6340;
}
</style>
background-color css
<style>
a { background-color: #CB6340; }
a { background-color: rgb(203,99,64); }
div.DivClassName
{
background-color: #CB6340;
}
.BgClassName
{
background-color: #CB6340;
}
</style>
border-color css
<style>
span { border-color: #CB6340; }
span { border-color: rgb(203,99,64); }
td.TdClassName
{
border-color: #CB6340;
}
.TagClassName
{
border-color: #CB6340;
}
</style>