Shades of Hopbush #CE629C
Tints of Hopbush #CE629C
RGB
CMYK
RGB Variations
Color information
#CE629C (or 0xCE629C) is known color: Hopbush. HEX triplet: CE, 62 and 9C. RGB value is (206,98,156). Sum of RGB (Red+Green+Blue) = 206+98+156=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE629C is #319D63. Grayscale: #888888. Windows color (decimal): -3251556 or 10248910. OLE color: 10248910.
HSL color Cylindrical-coordinate representation of color #CE629C: hue angle of 327.78º 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 #CE629C is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 156 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.19 |
| HSL | 327.78º | 0.52% | 0.6% | - |
| HSV(B) | 327.78º | 0.52% | 0.81% | - |
| XYZ | 35.82 | 24.26 | 34.25 | - |
| YUV | 136.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 156 | 0 | 0.52 | 0.24 | 0.19 | 327.78 | 0.52 | 0.6 |
| Hex | CE | 62 | 9C | 0 | 34 | 18 | 13 | 148 | 34 | 3C |
| Octal | 316 | 142 | 234 | 0 | 64 | 30 | 23 | 510 | 64 | 74 |
| Binary | 11001110 | 1100010 | 10011100 | 0 | 110100 | 11000 | 10011 | 101001000 | 110100 | 111100 |
Color Harmonies of #CE629C
Complementary color
Monochromatic Colors of #CE629C
Black with #CE629C
Text Example
Text Example
White with #CE629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE629C; }
p { color: rgb(206,98,156); }
H1.HeaderClassName
{
color: #CE629C;
}
.AnyTagClassName
{
color: #CE629C;
}
</style>
background-color css
<style>
a { background-color: #CE629C; }
a { background-color: rgb(206,98,156); }
div.DivClassName
{
background-color: #CE629C;
}
.BgClassName
{
background-color: #CE629C;
}
</style>
border-color css
<style>
span { border-color: #CE629C; }
span { border-color: rgb(206,98,156); }
td.TdClassName
{
border-color: #CE629C;
}
.TagClassName
{
border-color: #CE629C;
}
</style>