Shades of Hopbush #CE6B98
Tints of Hopbush #CE6B98
RGB
CMYK
RGB Variations
Color information
#CE6B98 (or 0xCE6B98) is known color: Hopbush. HEX triplet: CE, 6B and 98. RGB value is (206,107,152). Sum of RGB (Red+Green+Blue) = 206+107+152=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B98 is #319467. Grayscale: #8D8D8D. Windows color (decimal): -3249256 or 9989070. OLE color: 9989070.
HSL color Cylindrical-coordinate representation of color #CE6B98: hue angle of 332.73º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6B98 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 152 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.19 |
| HSL | 332.73º | 0.5% | 0.61% | - |
| HSV(B) | 332.73º | 0.48% | 0.81% | - |
| XYZ | 36.38 | 25.9 | 32.79 | - |
| YUV | 141.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 152 | 0 | 0.48 | 0.26 | 0.19 | 332.73 | 0.5 | 0.61 |
| Hex | CE | 6B | 98 | 0 | 30 | 1A | 13 | 14D | 32 | 3D |
| Octal | 316 | 153 | 230 | 0 | 60 | 32 | 23 | 515 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10011000 | 0 | 110000 | 11010 | 10011 | 101001101 | 110010 | 111101 |
Color Harmonies of #CE6B98
Complementary color
Monochromatic Colors of #CE6B98
Black with #CE6B98
Text Example
Text Example
White with #CE6B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B98; }
p { color: rgb(206,107,152); }
H1.HeaderClassName
{
color: #CE6B98;
}
.AnyTagClassName
{
color: #CE6B98;
}
</style>
background-color css
<style>
a { background-color: #CE6B98; }
a { background-color: rgb(206,107,152); }
div.DivClassName
{
background-color: #CE6B98;
}
.BgClassName
{
background-color: #CE6B98;
}
</style>
border-color css
<style>
span { border-color: #CE6B98; }
span { border-color: rgb(206,107,152); }
td.TdClassName
{
border-color: #CE6B98;
}
.TagClassName
{
border-color: #CE6B98;
}
</style>