Shades of Hopbush #CE72AA
Tints of Hopbush #CE72AA
RGB
CMYK
RGB Variations
Color information
#CE72AA (or 0xCE72AA) is known color: Hopbush. HEX triplet: CE, 72 and AA. RGB value is (206,114,170). Sum of RGB (Red+Green+Blue) = 206+114+170=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE72AA is #318D55. Grayscale: #939393. Windows color (decimal): -3247446 or 11170510. OLE color: 11170510.
HSL color Cylindrical-coordinate representation of color #CE72AA: hue angle of 323.48º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE72AA is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 170 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.19 |
| HSL | 323.48º | 0.48% | 0.63% | - |
| HSV(B) | 323.48º | 0.45% | 0.81% | - |
| XYZ | 38.73 | 28.06 | 41.4 | - |
| YUV | 147.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 170 | 0 | 0.45 | 0.17 | 0.19 | 323.48 | 0.48 | 0.63 |
| Hex | CE | 72 | AA | 0 | 2D | 11 | 13 | 143 | 30 | 3F |
| Octal | 316 | 162 | 252 | 0 | 55 | 21 | 23 | 503 | 60 | 77 |
| Binary | 11001110 | 1110010 | 10101010 | 0 | 101101 | 10001 | 10011 | 101000011 | 110000 | 111111 |
Color Harmonies of #CE72AA
Complementary color
Monochromatic Colors of #CE72AA
Black with #CE72AA
Text Example
Text Example
White with #CE72AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE72AA; }
p { color: rgb(206,114,170); }
H1.HeaderClassName
{
color: #CE72AA;
}
.AnyTagClassName
{
color: #CE72AA;
}
</style>
background-color css
<style>
a { background-color: #CE72AA; }
a { background-color: rgb(206,114,170); }
div.DivClassName
{
background-color: #CE72AA;
}
.BgClassName
{
background-color: #CE72AA;
}
</style>
border-color css
<style>
span { border-color: #CE72AA; }
span { border-color: rgb(206,114,170); }
td.TdClassName
{
border-color: #CE72AA;
}
.TagClassName
{
border-color: #CE72AA;
}
</style>