Shades of Hopbush #CE66A0
Tints of Hopbush #CE66A0
RGB
CMYK
RGB Variations
Color information
#CE66A0 (or 0xCE66A0) is known color: Hopbush. HEX triplet: CE, 66 and A0. RGB value is (206,102,160). Sum of RGB (Red+Green+Blue) = 206+102+160=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE66A0 is #31995F. Grayscale: #8B8B8B. Windows color (decimal): -3250528 or 10512078. OLE color: 10512078.
HSL color Cylindrical-coordinate representation of color #CE66A0: hue angle of 326.54º 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 #CE66A0 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 160 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.19 |
| HSL | 326.54º | 0.51% | 0.6% | - |
| HSV(B) | 326.54º | 0.5% | 0.81% | - |
| XYZ | 36.55 | 25.16 | 36.19 | - |
| YUV | 139.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 160 | 0 | 0.50 | 0.22 | 0.19 | 326.54 | 0.51 | 0.6 |
| Hex | CE | 66 | A0 | 0 | 32 | 16 | 13 | 147 | 33 | 3C |
| Octal | 316 | 146 | 240 | 0 | 62 | 26 | 23 | 507 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10100000 | 0 | 110010 | 10110 | 10011 | 101000111 | 110011 | 111100 |
Color Harmonies of #CE66A0
Complementary color
Monochromatic Colors of #CE66A0
Black with #CE66A0
Text Example
Text Example
White with #CE66A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66A0; }
p { color: rgb(206,102,160); }
H1.HeaderClassName
{
color: #CE66A0;
}
.AnyTagClassName
{
color: #CE66A0;
}
</style>
background-color css
<style>
a { background-color: #CE66A0; }
a { background-color: rgb(206,102,160); }
div.DivClassName
{
background-color: #CE66A0;
}
.BgClassName
{
background-color: #CE66A0;
}
</style>
border-color css
<style>
span { border-color: #CE66A0; }
span { border-color: rgb(206,102,160); }
td.TdClassName
{
border-color: #CE66A0;
}
.TagClassName
{
border-color: #CE66A0;
}
</style>