Shades of Hopbush #CE6086
Tints of Hopbush #CE6086
RGB
CMYK
RGB Variations
Color information
#CE6086 (or 0xCE6086) is known color: Hopbush. HEX triplet: CE, 60 and 86. RGB value is (206,96,134). Sum of RGB (Red+Green+Blue) = 206+96+134=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6086 is #319F79. Grayscale: #858585. Windows color (decimal): -3252090 or 8806606. OLE color: 8806606.
HSL color Cylindrical-coordinate representation of color #CE6086: hue angle of 339.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6086 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 134 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.19 |
| HSL | 339.27º | 0.53% | 0.59% | - |
| HSV(B) | 339.27º | 0.53% | 0.81% | - |
| XYZ | 33.94 | 23.21 | 25.25 | - |
| YUV | 133.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 134 | 0 | 0.53 | 0.35 | 0.19 | 339.27 | 0.53 | 0.59 |
| Hex | CE | 60 | 86 | 0 | 35 | 23 | 13 | 153 | 35 | 3B |
| Octal | 316 | 140 | 206 | 0 | 65 | 43 | 23 | 523 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10000110 | 0 | 110101 | 100011 | 10011 | 101010011 | 110101 | 111011 |
Color Harmonies of #CE6086
Complementary color
Monochromatic Colors of #CE6086
Black with #CE6086
Text Example
Text Example
White with #CE6086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6086; }
p { color: rgb(206,96,134); }
H1.HeaderClassName
{
color: #CE6086;
}
.AnyTagClassName
{
color: #CE6086;
}
</style>
background-color css
<style>
a { background-color: #CE6086; }
a { background-color: rgb(206,96,134); }
div.DivClassName
{
background-color: #CE6086;
}
.BgClassName
{
background-color: #CE6086;
}
</style>
border-color css
<style>
span { border-color: #CE6086; }
span { border-color: rgb(206,96,134); }
td.TdClassName
{
border-color: #CE6086;
}
.TagClassName
{
border-color: #CE6086;
}
</style>