Shades of Hopbush #CE6CA9
Tints of Hopbush #CE6CA9
RGB
CMYK
RGB Variations
Color information
#CE6CA9 (or 0xCE6CA9) is known color: Hopbush. HEX triplet: CE, 6C and A9. RGB value is (206,108,169). Sum of RGB (Red+Green+Blue) = 206+108+169=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6CA9 is #319356. Grayscale: #909090. Windows color (decimal): -3248983 or 11103438. OLE color: 11103438.
HSL color Cylindrical-coordinate representation of color #CE6CA9: hue angle of 322.65º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6CA9 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 169 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.19 |
| HSL | 322.65º | 0.5% | 0.62% | - |
| HSV(B) | 322.65º | 0.48% | 0.81% | - |
| XYZ | 37.98 | 26.71 | 40.69 | - |
| YUV | 144.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 169 | 0 | 0.48 | 0.18 | 0.19 | 322.65 | 0.5 | 0.62 |
| Hex | CE | 6C | A9 | 0 | 30 | 12 | 13 | 143 | 32 | 3E |
| Octal | 316 | 154 | 251 | 0 | 60 | 22 | 23 | 503 | 62 | 76 |
| Binary | 11001110 | 1101100 | 10101001 | 0 | 110000 | 10010 | 10011 | 101000011 | 110010 | 111110 |
Color Harmonies of #CE6CA9
Complementary color
Monochromatic Colors of #CE6CA9
Black with #CE6CA9
Text Example
Text Example
White with #CE6CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CA9; }
p { color: rgb(206,108,169); }
H1.HeaderClassName
{
color: #CE6CA9;
}
.AnyTagClassName
{
color: #CE6CA9;
}
</style>
background-color css
<style>
a { background-color: #CE6CA9; }
a { background-color: rgb(206,108,169); }
div.DivClassName
{
background-color: #CE6CA9;
}
.BgClassName
{
background-color: #CE6CA9;
}
</style>
border-color css
<style>
span { border-color: #CE6CA9; }
span { border-color: rgb(206,108,169); }
td.TdClassName
{
border-color: #CE6CA9;
}
.TagClassName
{
border-color: #CE6CA9;
}
</style>