Shades of Hopbush #CE6994
Tints of Hopbush #CE6994
RGB
CMYK
RGB Variations
Color information
#CE6994 (or 0xCE6994) is known color: Hopbush. HEX triplet: CE, 69 and 94. RGB value is (206,105,148). Sum of RGB (Red+Green+Blue) = 206+105+148=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6994 is #31966B. Grayscale: #8C8C8C. Windows color (decimal): -3249772 or 9726414. OLE color: 9726414.
HSL color Cylindrical-coordinate representation of color #CE6994: hue angle of 334.46º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6994 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 148 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.19 |
| HSL | 334.46º | 0.51% | 0.61% | - |
| HSV(B) | 334.46º | 0.49% | 0.81% | - |
| XYZ | 35.85 | 25.36 | 31.02 | - |
| YUV | 140.1 | 132.46 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 148 | 0 | 0.49 | 0.28 | 0.19 | 334.46 | 0.51 | 0.61 |
| Hex | CE | 69 | 94 | 0 | 31 | 1C | 13 | 14E | 33 | 3D |
| Octal | 316 | 151 | 224 | 0 | 61 | 34 | 23 | 516 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10010100 | 0 | 110001 | 11100 | 10011 | 101001110 | 110011 | 111101 |
Color Harmonies of #CE6994
Complementary color
Monochromatic Colors of #CE6994
Black with #CE6994
Text Example
Text Example
White with #CE6994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6994; }
p { color: rgb(206,105,148); }
H1.HeaderClassName
{
color: #CE6994;
}
.AnyTagClassName
{
color: #CE6994;
}
</style>
background-color css
<style>
a { background-color: #CE6994; }
a { background-color: rgb(206,105,148); }
div.DivClassName
{
background-color: #CE6994;
}
.BgClassName
{
background-color: #CE6994;
}
</style>
border-color css
<style>
span { border-color: #CE6994; }
span { border-color: rgb(206,105,148); }
td.TdClassName
{
border-color: #CE6994;
}
.TagClassName
{
border-color: #CE6994;
}
</style>