Shades of Hopbush #CE66A1
Tints of Hopbush #CE66A1
RGB
CMYK
RGB Variations
Color information
#CE66A1 (or 0xCE66A1) is known color: Hopbush. HEX triplet: CE, 66 and A1. RGB value is (206,102,161). Sum of RGB (Red+Green+Blue) = 206+102+161=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE66A1 is #31995E. Grayscale: #8B8B8B. Windows color (decimal): -3250527 or 10577614. OLE color: 10577614.
HSL color Cylindrical-coordinate representation of color #CE66A1: hue angle of 325.96º 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 #CE66A1 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 161 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.19 |
| HSL | 325.96º | 0.51% | 0.6% | - |
| HSV(B) | 325.96º | 0.5% | 0.81% | - |
| XYZ | 36.64 | 25.2 | 36.65 | - |
| YUV | 139.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 161 | 0 | 0.50 | 0.22 | 0.19 | 325.96 | 0.51 | 0.6 |
| Hex | CE | 66 | A1 | 0 | 32 | 16 | 13 | 146 | 33 | 3C |
| Octal | 316 | 146 | 241 | 0 | 62 | 26 | 23 | 506 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10100001 | 0 | 110010 | 10110 | 10011 | 101000110 | 110011 | 111100 |
Color Harmonies of #CE66A1
Complementary color
Monochromatic Colors of #CE66A1
Black with #CE66A1
Text Example
Text Example
White with #CE66A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66A1; }
p { color: rgb(206,102,161); }
H1.HeaderClassName
{
color: #CE66A1;
}
.AnyTagClassName
{
color: #CE66A1;
}
</style>
background-color css
<style>
a { background-color: #CE66A1; }
a { background-color: rgb(206,102,161); }
div.DivClassName
{
background-color: #CE66A1;
}
.BgClassName
{
background-color: #CE66A1;
}
</style>
border-color css
<style>
span { border-color: #CE66A1; }
span { border-color: rgb(206,102,161); }
td.TdClassName
{
border-color: #CE66A1;
}
.TagClassName
{
border-color: #CE66A1;
}
</style>