Shades of Ecstasy #CB6330
Tints of Ecstasy #CB6330
RGB
CMYK
RGB Variations
Color information
#CB6330 (or 0xCB6330) is known color: Ecstasy. HEX triplet: CB, 63 and 30. RGB value is (203,99,48). Sum of RGB (Red+Green+Blue) = 203+99+48=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6330 is #349CCF. Grayscale: #7C7C7C. Windows color (decimal): -3448016 or 3171275. OLE color: 3171275.
HSL color Cylindrical-coordinate representation of color #CB6330: hue angle of 19.74º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB6330 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 48 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.20 |
| HSL | 19.74º | 0.62% | 0.49% | - |
| HSV(B) | 19.74º | 0.76% | 0.8% | - |
| XYZ | 29.62 | 21.83 | 5.45 | - |
| YUV | 124.28 | 84.96 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 48 | 0 | 0.51 | 0.76 | 0.20 | 19.74 | 0.62 | 0.49 |
| Hex | CB | 63 | 30 | 0 | 33 | 4C | 14 | 14 | 3E | 31 |
| Octal | 313 | 143 | 60 | 0 | 63 | 114 | 24 | 24 | 76 | 61 |
| Binary | 11001011 | 1100011 | 110000 | 0 | 110011 | 1001100 | 10100 | 10100 | 111110 | 110001 |
Color Harmonies of #CB6330
Complementary color
Monochromatic Colors of #CB6330
Black with #CB6330
Text Example
Text Example
White with #CB6330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6330; }
p { color: rgb(203,99,48); }
H1.HeaderClassName
{
color: #CB6330;
}
.AnyTagClassName
{
color: #CB6330;
}
</style>
background-color css
<style>
a { background-color: #CB6330; }
a { background-color: rgb(203,99,48); }
div.DivClassName
{
background-color: #CB6330;
}
.BgClassName
{
background-color: #CB6330;
}
</style>
border-color css
<style>
span { border-color: #CB6330; }
span { border-color: rgb(203,99,48); }
td.TdClassName
{
border-color: #CB6330;
}
.TagClassName
{
border-color: #CB6330;
}
</style>