Shades of Ecstasy #CB613B
Tints of Ecstasy #CB613B
RGB
CMYK
RGB Variations
Color information
#CB613B (or 0xCB613B) is known color: Ecstasy. HEX triplet: CB, 61 and 3B. RGB value is (203,97,59). Sum of RGB (Red+Green+Blue) = 203+97+59=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB613B is #349EC4. Grayscale: #7C7C7C. Windows color (decimal): -3448517 or 3891659. OLE color: 3891659.
HSL color Cylindrical-coordinate representation of color #CB613B: hue angle of 15.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB613B is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 59 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.20 |
| HSL | 15.83º | 0.58% | 0.51% | - |
| HSV(B) | 15.83º | 0.71% | 0.8% | - |
| XYZ | 29.69 | 21.56 | 6.73 | - |
| YUV | 124.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 59 | 0 | 0.52 | 0.71 | 0.20 | 15.83 | 0.58 | 0.51 |
| Hex | CB | 61 | 3B | 0 | 34 | 47 | 14 | 10 | 3A | 33 |
| Octal | 313 | 141 | 73 | 0 | 64 | 107 | 24 | 20 | 72 | 63 |
| Binary | 11001011 | 1100001 | 111011 | 0 | 110100 | 1000111 | 10100 | 10000 | 111010 | 110011 |
Color Harmonies of #CB613B
Complementary color
Monochromatic Colors of #CB613B
Black with #CB613B
Text Example
Text Example
White with #CB613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB613B; }
p { color: rgb(203,97,59); }
H1.HeaderClassName
{
color: #CB613B;
}
.AnyTagClassName
{
color: #CB613B;
}
</style>
background-color css
<style>
a { background-color: #CB613B; }
a { background-color: rgb(203,97,59); }
div.DivClassName
{
background-color: #CB613B;
}
.BgClassName
{
background-color: #CB613B;
}
</style>
border-color css
<style>
span { border-color: #CB613B; }
span { border-color: rgb(203,97,59); }
td.TdClassName
{
border-color: #CB613B;
}
.TagClassName
{
border-color: #CB613B;
}
</style>