Shades of Hopbush #CE66A8
Tints of Hopbush #CE66A8
RGB
CMYK
RGB Variations
Color information
#CE66A8 (or 0xCE66A8) is known color: Hopbush. HEX triplet: CE, 66 and A8. RGB value is (206,102,168). Sum of RGB (Red+Green+Blue) = 206+102+168=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE66A8 is #319957. Grayscale: #8C8C8C. Windows color (decimal): -3250520 or 11036366. OLE color: 11036366.
HSL color Cylindrical-coordinate representation of color #CE66A8: hue angle of 321.92º 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 #CE66A8 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 168 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.19 |
| HSL | 321.92º | 0.51% | 0.6% | - |
| HSV(B) | 321.92º | 0.5% | 0.81% | - |
| XYZ | 37.27 | 25.45 | 39.99 | - |
| YUV | 140.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 168 | 0 | 0.50 | 0.18 | 0.19 | 321.92 | 0.51 | 0.6 |
| Hex | CE | 66 | A8 | 0 | 32 | 12 | 13 | 142 | 33 | 3C |
| Octal | 316 | 146 | 250 | 0 | 62 | 22 | 23 | 502 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10101000 | 0 | 110010 | 10010 | 10011 | 101000010 | 110011 | 111100 |
Color Harmonies of #CE66A8
Complementary color
Monochromatic Colors of #CE66A8
Black with #CE66A8
Text Example
Text Example
White with #CE66A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66A8; }
p { color: rgb(206,102,168); }
H1.HeaderClassName
{
color: #CE66A8;
}
.AnyTagClassName
{
color: #CE66A8;
}
</style>
background-color css
<style>
a { background-color: #CE66A8; }
a { background-color: rgb(206,102,168); }
div.DivClassName
{
background-color: #CE66A8;
}
.BgClassName
{
background-color: #CE66A8;
}
</style>
border-color css
<style>
span { border-color: #CE66A8; }
span { border-color: rgb(206,102,168); }
td.TdClassName
{
border-color: #CE66A8;
}
.TagClassName
{
border-color: #CE66A8;
}
</style>