Shades of Hopbush #CE6D8F
Tints of Hopbush #CE6D8F
RGB
CMYK
RGB Variations
Color information
#CE6D8F (or 0xCE6D8F) is known color: Hopbush. HEX triplet: CE, 6D and 8F. RGB value is (206,109,143). Sum of RGB (Red+Green+Blue) = 206+109+143=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6D8F is #319270. Grayscale: #8D8D8D. Windows color (decimal): -3248753 or 9399758. OLE color: 9399758.
HSL color Cylindrical-coordinate representation of color #CE6D8F: hue angle of 338.97º 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 #CE6D8F is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 143 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.19 |
| HSL | 338.97º | 0.5% | 0.62% | - |
| HSV(B) | 338.97º | 0.47% | 0.81% | - |
| XYZ | 35.88 | 26.04 | 29.12 | - |
| YUV | 141.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 143 | 0 | 0.47 | 0.31 | 0.19 | 338.97 | 0.5 | 0.62 |
| Hex | CE | 6D | 8F | 0 | 2F | 1F | 13 | 153 | 32 | 3E |
| Octal | 316 | 155 | 217 | 0 | 57 | 37 | 23 | 523 | 62 | 76 |
| Binary | 11001110 | 1101101 | 10001111 | 0 | 101111 | 11111 | 10011 | 101010011 | 110010 | 111110 |
Color Harmonies of #CE6D8F
Complementary color
Monochromatic Colors of #CE6D8F
Black with #CE6D8F
Text Example
Text Example
White with #CE6D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D8F; }
p { color: rgb(206,109,143); }
H1.HeaderClassName
{
color: #CE6D8F;
}
.AnyTagClassName
{
color: #CE6D8F;
}
</style>
background-color css
<style>
a { background-color: #CE6D8F; }
a { background-color: rgb(206,109,143); }
div.DivClassName
{
background-color: #CE6D8F;
}
.BgClassName
{
background-color: #CE6D8F;
}
</style>
border-color css
<style>
span { border-color: #CE6D8F; }
span { border-color: rgb(206,109,143); }
td.TdClassName
{
border-color: #CE6D8F;
}
.TagClassName
{
border-color: #CE6D8F;
}
</style>