Shades of Hopbush #CE6694
Tints of Hopbush #CE6694
RGB
CMYK
RGB Variations
Color information
#CE6694 (or 0xCE6694) is known color: Hopbush. HEX triplet: CE, 66 and 94. RGB value is (206,102,148). Sum of RGB (Red+Green+Blue) = 206+102+148=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6694 is #31996B. Grayscale: #8A8A8A. Windows color (decimal): -3250540 or 9725646. OLE color: 9725646.
HSL color Cylindrical-coordinate representation of color #CE6694: hue angle of 333.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6694 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 148 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.19 |
| HSL | 333.46º | 0.51% | 0.6% | - |
| HSV(B) | 333.46º | 0.5% | 0.81% | - |
| XYZ | 35.55 | 24.76 | 30.92 | - |
| YUV | 138.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 148 | 0 | 0.50 | 0.28 | 0.19 | 333.46 | 0.51 | 0.6 |
| Hex | CE | 66 | 94 | 0 | 32 | 1C | 13 | 14D | 33 | 3C |
| Octal | 316 | 146 | 224 | 0 | 62 | 34 | 23 | 515 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10010100 | 0 | 110010 | 11100 | 10011 | 101001101 | 110011 | 111100 |
Color Harmonies of #CE6694
Complementary color
Monochromatic Colors of #CE6694
Black with #CE6694
Text Example
Text Example
White with #CE6694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6694; }
p { color: rgb(206,102,148); }
H1.HeaderClassName
{
color: #CE6694;
}
.AnyTagClassName
{
color: #CE6694;
}
</style>
background-color css
<style>
a { background-color: #CE6694; }
a { background-color: rgb(206,102,148); }
div.DivClassName
{
background-color: #CE6694;
}
.BgClassName
{
background-color: #CE6694;
}
</style>
border-color css
<style>
span { border-color: #CE6694; }
span { border-color: rgb(206,102,148); }
td.TdClassName
{
border-color: #CE6694;
}
.TagClassName
{
border-color: #CE6694;
}
</style>