Shades of Ecstasy #CB613E
Tints of Ecstasy #CB613E
RGB
CMYK
RGB Variations
Color information
#CB613E (or 0xCB613E) is known color: Ecstasy. HEX triplet: CB, 61 and 3E. RGB value is (203,97,62). Sum of RGB (Red+Green+Blue) = 203+97+62=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB613E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB613E is #349EC1. Grayscale: #7C7C7C. Windows color (decimal): -3448514 or 4088267. OLE color: 4088267.
HSL color Cylindrical-coordinate representation of color #CB613E: hue angle of 14.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB613E is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 62 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.20 |
| HSL | 14.89º | 0.58% | 0.52% | - |
| HSV(B) | 14.89º | 0.69% | 0.8% | - |
| XYZ | 29.77 | 21.59 | 7.16 | - |
| YUV | 124.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 62 | 0 | 0.52 | 0.69 | 0.20 | 14.89 | 0.58 | 0.52 |
| Hex | CB | 61 | 3E | 0 | 34 | 45 | 14 | F | 3A | 34 |
| Octal | 313 | 141 | 76 | 0 | 64 | 105 | 24 | 17 | 72 | 64 |
| Binary | 11001011 | 1100001 | 111110 | 0 | 110100 | 1000101 | 10100 | 1111 | 111010 | 110100 |
Color Harmonies of #CB613E
Complementary color
Monochromatic Colors of #CB613E
Black with #CB613E
Text Example
Text Example
White with #CB613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB613E; }
p { color: rgb(203,97,62); }
H1.HeaderClassName
{
color: #CB613E;
}
.AnyTagClassName
{
color: #CB613E;
}
</style>
background-color css
<style>
a { background-color: #CB613E; }
a { background-color: rgb(203,97,62); }
div.DivClassName
{
background-color: #CB613E;
}
.BgClassName
{
background-color: #CB613E;
}
</style>
border-color css
<style>
span { border-color: #CB613E; }
span { border-color: rgb(203,97,62); }
td.TdClassName
{
border-color: #CB613E;
}
.TagClassName
{
border-color: #CB613E;
}
</style>