Shades of Hopbush #CE6B9E
Tints of Hopbush #CE6B9E
RGB
CMYK
RGB Variations
Color information
#CE6B9E (or 0xCE6B9E) is known color: Hopbush. HEX triplet: CE, 6B and 9E. RGB value is (206,107,158). Sum of RGB (Red+Green+Blue) = 206+107+158=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B9E is #319461. Grayscale: #8E8E8E. Windows color (decimal): -3249250 or 10382286. OLE color: 10382286.
HSL color Cylindrical-coordinate representation of color #CE6B9E: hue angle of 329.09º 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 #CE6B9E is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 158 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.19 |
| HSL | 329.09º | 0.5% | 0.61% | - |
| HSV(B) | 329.09º | 0.48% | 0.81% | - |
| XYZ | 36.88 | 26.11 | 35.44 | - |
| YUV | 142.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 158 | 0 | 0.48 | 0.23 | 0.19 | 329.09 | 0.5 | 0.61 |
| Hex | CE | 6B | 9E | 0 | 30 | 17 | 13 | 149 | 32 | 3D |
| Octal | 316 | 153 | 236 | 0 | 60 | 27 | 23 | 511 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10011110 | 0 | 110000 | 10111 | 10011 | 101001001 | 110010 | 111101 |
Color Harmonies of #CE6B9E
Complementary color
Monochromatic Colors of #CE6B9E
Black with #CE6B9E
Text Example
Text Example
White with #CE6B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B9E; }
p { color: rgb(206,107,158); }
H1.HeaderClassName
{
color: #CE6B9E;
}
.AnyTagClassName
{
color: #CE6B9E;
}
</style>
background-color css
<style>
a { background-color: #CE6B9E; }
a { background-color: rgb(206,107,158); }
div.DivClassName
{
background-color: #CE6B9E;
}
.BgClassName
{
background-color: #CE6B9E;
}
</style>
border-color css
<style>
span { border-color: #CE6B9E; }
span { border-color: rgb(206,107,158); }
td.TdClassName
{
border-color: #CE6B9E;
}
.TagClassName
{
border-color: #CE6B9E;
}
</style>