Shades of Hopbush #CE6D8E
Tints of Hopbush #CE6D8E
RGB
CMYK
RGB Variations
Color information
#CE6D8E (or 0xCE6D8E) is known color: Hopbush. HEX triplet: CE, 6D and 8E. RGB value is (206,109,142). Sum of RGB (Red+Green+Blue) = 206+109+142=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6D8E is #319271. Grayscale: #8D8D8D. Windows color (decimal): -3248754 or 9334222. OLE color: 9334222.
HSL color Cylindrical-coordinate representation of color #CE6D8E: hue angle of 339.59º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6D8E is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 142 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.19 |
| HSL | 339.59º | 0.5% | 0.62% | - |
| HSV(B) | 339.59º | 0.47% | 0.81% | - |
| XYZ | 35.8 | 26.01 | 28.72 | - |
| YUV | 141.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 142 | 0 | 0.47 | 0.31 | 0.19 | 339.59 | 0.5 | 0.62 |
| Hex | CE | 6D | 8E | 0 | 2F | 1F | 13 | 154 | 32 | 3E |
| Octal | 316 | 155 | 216 | 0 | 57 | 37 | 23 | 524 | 62 | 76 |
| Binary | 11001110 | 1101101 | 10001110 | 0 | 101111 | 11111 | 10011 | 101010100 | 110010 | 111110 |
Color Harmonies of #CE6D8E
Complementary color
Monochromatic Colors of #CE6D8E
Black with #CE6D8E
Text Example
Text Example
White with #CE6D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D8E; }
p { color: rgb(206,109,142); }
H1.HeaderClassName
{
color: #CE6D8E;
}
.AnyTagClassName
{
color: #CE6D8E;
}
</style>
background-color css
<style>
a { background-color: #CE6D8E; }
a { background-color: rgb(206,109,142); }
div.DivClassName
{
background-color: #CE6D8E;
}
.BgClassName
{
background-color: #CE6D8E;
}
</style>
border-color css
<style>
span { border-color: #CE6D8E; }
span { border-color: rgb(206,109,142); }
td.TdClassName
{
border-color: #CE6D8E;
}
.TagClassName
{
border-color: #CE6D8E;
}
</style>