Shades of Hopbush #CE6095
Tints of Hopbush #CE6095
RGB
CMYK
RGB Variations
Color information
#CE6095 (or 0xCE6095) is known color: Hopbush. HEX triplet: CE, 60 and 95. RGB value is (206,96,149). Sum of RGB (Red+Green+Blue) = 206+96+149=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6095 is #319F6A. Grayscale: #868686. Windows color (decimal): -3252075 or 9789646. OLE color: 9789646.
HSL color Cylindrical-coordinate representation of color #CE6095: hue angle of 331.09º 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 #CE6095 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 149 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.19 |
| HSL | 331.09º | 0.53% | 0.59% | - |
| HSV(B) | 331.09º | 0.53% | 0.81% | - |
| XYZ | 35.06 | 23.66 | 31.15 | - |
| YUV | 134.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 149 | 0 | 0.53 | 0.28 | 0.19 | 331.09 | 0.53 | 0.59 |
| Hex | CE | 60 | 95 | 0 | 35 | 1C | 13 | 14B | 35 | 3B |
| Octal | 316 | 140 | 225 | 0 | 65 | 34 | 23 | 513 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10010101 | 0 | 110101 | 11100 | 10011 | 101001011 | 110101 | 111011 |
Color Harmonies of #CE6095
Complementary color
Monochromatic Colors of #CE6095
Black with #CE6095
Text Example
Text Example
White with #CE6095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6095; }
p { color: rgb(206,96,149); }
H1.HeaderClassName
{
color: #CE6095;
}
.AnyTagClassName
{
color: #CE6095;
}
</style>
background-color css
<style>
a { background-color: #CE6095; }
a { background-color: rgb(206,96,149); }
div.DivClassName
{
background-color: #CE6095;
}
.BgClassName
{
background-color: #CE6095;
}
</style>
border-color css
<style>
span { border-color: #CE6095; }
span { border-color: rgb(206,96,149); }
td.TdClassName
{
border-color: #CE6095;
}
.TagClassName
{
border-color: #CE6095;
}
</style>