Shades of Hopbush #CE6AA1
Tints of Hopbush #CE6AA1
RGB
CMYK
RGB Variations
Color information
#CE6AA1 (or 0xCE6AA1) is known color: Hopbush. HEX triplet: CE, 6A and A1. RGB value is (206,106,161). Sum of RGB (Red+Green+Blue) = 206+106+161=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6AA1 is #31955E. Grayscale: #8E8E8E. Windows color (decimal): -3249503 or 10578638. OLE color: 10578638.
HSL color Cylindrical-coordinate representation of color #CE6AA1: hue angle of 327º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6AA1 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 161 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.19 |
| HSL | 327º | 0.51% | 0.61% | - |
| HSV(B) | 327º | 0.49% | 0.81% | - |
| XYZ | 37.04 | 26 | 36.79 | - |
| YUV | 142.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 161 | 0 | 0.49 | 0.22 | 0.19 | 327 | 0.51 | 0.61 |
| Hex | CE | 6A | A1 | 0 | 31 | 16 | 13 | 147 | 33 | 3D |
| Octal | 316 | 152 | 241 | 0 | 61 | 26 | 23 | 507 | 63 | 75 |
| Binary | 11001110 | 1101010 | 10100001 | 0 | 110001 | 10110 | 10011 | 101000111 | 110011 | 111101 |
Color Harmonies of #CE6AA1
Complementary color
Monochromatic Colors of #CE6AA1
Black with #CE6AA1
Text Example
Text Example
White with #CE6AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AA1; }
p { color: rgb(206,106,161); }
H1.HeaderClassName
{
color: #CE6AA1;
}
.AnyTagClassName
{
color: #CE6AA1;
}
</style>
background-color css
<style>
a { background-color: #CE6AA1; }
a { background-color: rgb(206,106,161); }
div.DivClassName
{
background-color: #CE6AA1;
}
.BgClassName
{
background-color: #CE6AA1;
}
</style>
border-color css
<style>
span { border-color: #CE6AA1; }
span { border-color: rgb(206,106,161); }
td.TdClassName
{
border-color: #CE6AA1;
}
.TagClassName
{
border-color: #CE6AA1;
}
</style>