Shades of Hopbush #CE6295
Tints of Hopbush #CE6295
RGB
CMYK
RGB Variations
Color information
#CE6295 (or 0xCE6295) is known color: Hopbush. HEX triplet: CE, 62 and 95. RGB value is (206,98,149). Sum of RGB (Red+Green+Blue) = 206+98+149=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6295 is #319D6A. Grayscale: #888888. Windows color (decimal): -3251563 or 9790158. OLE color: 9790158.
HSL color Cylindrical-coordinate representation of color #CE6295: hue angle of 331.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6295 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 149 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.19 |
| HSL | 331.67º | 0.52% | 0.6% | - |
| HSV(B) | 331.67º | 0.52% | 0.81% | - |
| XYZ | 35.25 | 24.03 | 31.21 | - |
| YUV | 136.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 149 | 0 | 0.52 | 0.28 | 0.19 | 331.67 | 0.52 | 0.6 |
| Hex | CE | 62 | 95 | 0 | 34 | 1C | 13 | 14C | 34 | 3C |
| Octal | 316 | 142 | 225 | 0 | 64 | 34 | 23 | 514 | 64 | 74 |
| Binary | 11001110 | 1100010 | 10010101 | 0 | 110100 | 11100 | 10011 | 101001100 | 110100 | 111100 |
Color Harmonies of #CE6295
Complementary color
Monochromatic Colors of #CE6295
Black with #CE6295
Text Example
Text Example
White with #CE6295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6295; }
p { color: rgb(206,98,149); }
H1.HeaderClassName
{
color: #CE6295;
}
.AnyTagClassName
{
color: #CE6295;
}
</style>
background-color css
<style>
a { background-color: #CE6295; }
a { background-color: rgb(206,98,149); }
div.DivClassName
{
background-color: #CE6295;
}
.BgClassName
{
background-color: #CE6295;
}
</style>
border-color css
<style>
span { border-color: #CE6295; }
span { border-color: rgb(206,98,149); }
td.TdClassName
{
border-color: #CE6295;
}
.TagClassName
{
border-color: #CE6295;
}
</style>