Shades of Hopbush #CE629E
Tints of Hopbush #CE629E
RGB
CMYK
RGB Variations
Color information
#CE629E (or 0xCE629E) is known color: Hopbush. HEX triplet: CE, 62 and 9E. RGB value is (206,98,158). Sum of RGB (Red+Green+Blue) = 206+98+158=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE629E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE629E is #319D61. Grayscale: #898989. Windows color (decimal): -3251554 or 10379982. OLE color: 10379982.
HSL color Cylindrical-coordinate representation of color #CE629E: hue angle of 326.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE629E is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 158 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.19 |
| HSL | 326.67º | 0.52% | 0.6% | - |
| HSV(B) | 326.67º | 0.52% | 0.81% | - |
| XYZ | 35.99 | 24.33 | 35.15 | - |
| YUV | 137.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 158 | 0 | 0.52 | 0.23 | 0.19 | 326.67 | 0.52 | 0.6 |
| Hex | CE | 62 | 9E | 0 | 34 | 17 | 13 | 147 | 34 | 3C |
| Octal | 316 | 142 | 236 | 0 | 64 | 27 | 23 | 507 | 64 | 74 |
| Binary | 11001110 | 1100010 | 10011110 | 0 | 110100 | 10111 | 10011 | 101000111 | 110100 | 111100 |
Color Harmonies of #CE629E
Complementary color
Monochromatic Colors of #CE629E
Black with #CE629E
Text Example
Text Example
White with #CE629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE629E; }
p { color: rgb(206,98,158); }
H1.HeaderClassName
{
color: #CE629E;
}
.AnyTagClassName
{
color: #CE629E;
}
</style>
background-color css
<style>
a { background-color: #CE629E; }
a { background-color: rgb(206,98,158); }
div.DivClassName
{
background-color: #CE629E;
}
.BgClassName
{
background-color: #CE629E;
}
</style>
border-color css
<style>
span { border-color: #CE629E; }
span { border-color: rgb(206,98,158); }
td.TdClassName
{
border-color: #CE629E;
}
.TagClassName
{
border-color: #CE629E;
}
</style>