Shades of Hopbush #CE6586
Tints of Hopbush #CE6586
RGB
CMYK
RGB Variations
Color information
#CE6586 (or 0xCE6586) is known color: Hopbush. HEX triplet: CE, 65 and 86. RGB value is (206,101,134). Sum of RGB (Red+Green+Blue) = 206+101+134=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6586 is #319A79. Grayscale: #888888. Windows color (decimal): -3250810 or 8807886. OLE color: 8807886.
HSL color Cylindrical-coordinate representation of color #CE6586: hue angle of 341.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6586 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 134 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.19 |
| HSL | 341.14º | 0.52% | 0.6% | - |
| HSV(B) | 341.14º | 0.51% | 0.81% | - |
| XYZ | 34.41 | 24.15 | 25.4 | - |
| YUV | 136.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 134 | 0 | 0.51 | 0.35 | 0.19 | 341.14 | 0.52 | 0.6 |
| Hex | CE | 65 | 86 | 0 | 33 | 23 | 13 | 155 | 34 | 3C |
| Octal | 316 | 145 | 206 | 0 | 63 | 43 | 23 | 525 | 64 | 74 |
| Binary | 11001110 | 1100101 | 10000110 | 0 | 110011 | 100011 | 10011 | 101010101 | 110100 | 111100 |
Color Harmonies of #CE6586
Complementary color
Monochromatic Colors of #CE6586
Black with #CE6586
Text Example
Text Example
White with #CE6586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6586; }
p { color: rgb(206,101,134); }
H1.HeaderClassName
{
color: #CE6586;
}
.AnyTagClassName
{
color: #CE6586;
}
</style>
background-color css
<style>
a { background-color: #CE6586; }
a { background-color: rgb(206,101,134); }
div.DivClassName
{
background-color: #CE6586;
}
.BgClassName
{
background-color: #CE6586;
}
</style>
border-color css
<style>
span { border-color: #CE6586; }
span { border-color: rgb(206,101,134); }
td.TdClassName
{
border-color: #CE6586;
}
.TagClassName
{
border-color: #CE6586;
}
</style>