Shades of Hopbush #CE6A9E
Tints of Hopbush #CE6A9E
RGB
CMYK
RGB Variations
Color information
#CE6A9E (or 0xCE6A9E) is known color: Hopbush. HEX triplet: CE, 6A and 9E. RGB value is (206,106,158). Sum of RGB (Red+Green+Blue) = 206+106+158=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6A9E is #319561. Grayscale: #8D8D8D. Windows color (decimal): -3249506 or 10382030. OLE color: 10382030.
HSL color Cylindrical-coordinate representation of color #CE6A9E: hue angle of 328.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6A9E is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 158 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.19 |
| HSL | 328.8º | 0.51% | 0.61% | - |
| HSV(B) | 328.8º | 0.49% | 0.81% | - |
| XYZ | 36.78 | 25.9 | 35.41 | - |
| YUV | 141.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 158 | 0 | 0.49 | 0.23 | 0.19 | 328.8 | 0.51 | 0.61 |
| Hex | CE | 6A | 9E | 0 | 31 | 17 | 13 | 149 | 33 | 3D |
| Octal | 316 | 152 | 236 | 0 | 61 | 27 | 23 | 511 | 63 | 75 |
| Binary | 11001110 | 1101010 | 10011110 | 0 | 110001 | 10111 | 10011 | 101001001 | 110011 | 111101 |
Color Harmonies of #CE6A9E
Complementary color
Monochromatic Colors of #CE6A9E
Black with #CE6A9E
Text Example
Text Example
White with #CE6A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A9E; }
p { color: rgb(206,106,158); }
H1.HeaderClassName
{
color: #CE6A9E;
}
.AnyTagClassName
{
color: #CE6A9E;
}
</style>
background-color css
<style>
a { background-color: #CE6A9E; }
a { background-color: rgb(206,106,158); }
div.DivClassName
{
background-color: #CE6A9E;
}
.BgClassName
{
background-color: #CE6A9E;
}
</style>
border-color css
<style>
span { border-color: #CE6A9E; }
span { border-color: rgb(206,106,158); }
td.TdClassName
{
border-color: #CE6A9E;
}
.TagClassName
{
border-color: #CE6A9E;
}
</style>