Shades of Hopbush #CE6595
Tints of Hopbush #CE6595
RGB
CMYK
RGB Variations
Color information
#CE6595 (or 0xCE6595) is known color: Hopbush. HEX triplet: CE, 65 and 95. RGB value is (206,101,149). Sum of RGB (Red+Green+Blue) = 206+101+149=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6595 is #319A6A. Grayscale: #898989. Windows color (decimal): -3250795 or 9790926. OLE color: 9790926.
HSL color Cylindrical-coordinate representation of color #CE6595: hue angle of 332.57º 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 #CE6595 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 149 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.19 |
| HSL | 332.57º | 0.52% | 0.6% | - |
| HSV(B) | 332.57º | 0.51% | 0.81% | - |
| XYZ | 35.53 | 24.6 | 31.31 | - |
| YUV | 137.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 149 | 0 | 0.51 | 0.28 | 0.19 | 332.57 | 0.52 | 0.6 |
| Hex | CE | 65 | 95 | 0 | 33 | 1C | 13 | 14D | 34 | 3C |
| Octal | 316 | 145 | 225 | 0 | 63 | 34 | 23 | 515 | 64 | 74 |
| Binary | 11001110 | 1100101 | 10010101 | 0 | 110011 | 11100 | 10011 | 101001101 | 110100 | 111100 |
Color Harmonies of #CE6595
Complementary color
Monochromatic Colors of #CE6595
Black with #CE6595
Text Example
Text Example
White with #CE6595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6595; }
p { color: rgb(206,101,149); }
H1.HeaderClassName
{
color: #CE6595;
}
.AnyTagClassName
{
color: #CE6595;
}
</style>
background-color css
<style>
a { background-color: #CE6595; }
a { background-color: rgb(206,101,149); }
div.DivClassName
{
background-color: #CE6595;
}
.BgClassName
{
background-color: #CE6595;
}
</style>
border-color css
<style>
span { border-color: #CE6595; }
span { border-color: rgb(206,101,149); }
td.TdClassName
{
border-color: #CE6595;
}
.TagClassName
{
border-color: #CE6595;
}
</style>