Shades of Hopbush #CE6299
Tints of Hopbush #CE6299
RGB
CMYK
RGB Variations
Color information
#CE6299 (or 0xCE6299) is known color: Hopbush. HEX triplet: CE, 62 and 99. RGB value is (206,98,153). Sum of RGB (Red+Green+Blue) = 206+98+153=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6299 is #319D66. Grayscale: #888888. Windows color (decimal): -3251559 or 10052302. OLE color: 10052302.
HSL color Cylindrical-coordinate representation of color #CE6299: hue angle of 329.44º 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 #CE6299 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 153 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.19 |
| HSL | 329.44º | 0.52% | 0.6% | - |
| HSV(B) | 329.44º | 0.52% | 0.81% | - |
| XYZ | 35.57 | 24.16 | 32.92 | - |
| YUV | 136.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 153 | 0 | 0.52 | 0.26 | 0.19 | 329.44 | 0.52 | 0.6 |
| Hex | CE | 62 | 99 | 0 | 34 | 1A | 13 | 149 | 34 | 3C |
| Octal | 316 | 142 | 231 | 0 | 64 | 32 | 23 | 511 | 64 | 74 |
| Binary | 11001110 | 1100010 | 10011001 | 0 | 110100 | 11010 | 10011 | 101001001 | 110100 | 111100 |
Color Harmonies of #CE6299
Complementary color
Monochromatic Colors of #CE6299
Black with #CE6299
Text Example
Text Example
White with #CE6299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6299; }
p { color: rgb(206,98,153); }
H1.HeaderClassName
{
color: #CE6299;
}
.AnyTagClassName
{
color: #CE6299;
}
</style>
background-color css
<style>
a { background-color: #CE6299; }
a { background-color: rgb(206,98,153); }
div.DivClassName
{
background-color: #CE6299;
}
.BgClassName
{
background-color: #CE6299;
}
</style>
border-color css
<style>
span { border-color: #CE6299; }
span { border-color: rgb(206,98,153); }
td.TdClassName
{
border-color: #CE6299;
}
.TagClassName
{
border-color: #CE6299;
}
</style>