Shades of Hopbush #CE6BA9
Tints of Hopbush #CE6BA9
RGB
CMYK
RGB Variations
Color information
#CE6BA9 (or 0xCE6BA9) is known color: Hopbush. HEX triplet: CE, 6B and A9. RGB value is (206,107,169). Sum of RGB (Red+Green+Blue) = 206+107+169=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6BA9 is #319456. Grayscale: #8F8F8F. Windows color (decimal): -3249239 or 11103182. OLE color: 11103182.
HSL color Cylindrical-coordinate representation of color #CE6BA9: hue angle of 322.42º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6BA9 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 169 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.19 |
| HSL | 322.42º | 0.5% | 0.61% | - |
| HSV(B) | 322.42º | 0.48% | 0.81% | - |
| XYZ | 37.87 | 26.5 | 40.66 | - |
| YUV | 143.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 169 | 0 | 0.48 | 0.18 | 0.19 | 322.42 | 0.5 | 0.61 |
| Hex | CE | 6B | A9 | 0 | 30 | 12 | 13 | 142 | 32 | 3D |
| Octal | 316 | 153 | 251 | 0 | 60 | 22 | 23 | 502 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10101001 | 0 | 110000 | 10010 | 10011 | 101000010 | 110010 | 111101 |
Color Harmonies of #CE6BA9
Complementary color
Monochromatic Colors of #CE6BA9
Black with #CE6BA9
Text Example
Text Example
White with #CE6BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BA9; }
p { color: rgb(206,107,169); }
H1.HeaderClassName
{
color: #CE6BA9;
}
.AnyTagClassName
{
color: #CE6BA9;
}
</style>
background-color css
<style>
a { background-color: #CE6BA9; }
a { background-color: rgb(206,107,169); }
div.DivClassName
{
background-color: #CE6BA9;
}
.BgClassName
{
background-color: #CE6BA9;
}
</style>
border-color css
<style>
span { border-color: #CE6BA9; }
span { border-color: rgb(206,107,169); }
td.TdClassName
{
border-color: #CE6BA9;
}
.TagClassName
{
border-color: #CE6BA9;
}
</style>