Shades of Hopbush #CE72A0
Tints of Hopbush #CE72A0
RGB
CMYK
RGB Variations
Color information
#CE72A0 (or 0xCE72A0) is known color: Hopbush. HEX triplet: CE, 72 and A0. RGB value is (206,114,160). Sum of RGB (Red+Green+Blue) = 206+114+160=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE72A0 is #318D5F. Grayscale: #929292. Windows color (decimal): -3247456 or 10515150. OLE color: 10515150.
HSL color Cylindrical-coordinate representation of color #CE72A0: hue angle of 330º 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 #CE72A0 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 160 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.19 |
| HSL | 330º | 0.48% | 0.63% | - |
| HSV(B) | 330º | 0.45% | 0.81% | - |
| XYZ | 37.82 | 27.69 | 36.61 | - |
| YUV | 146.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 160 | 0 | 0.45 | 0.22 | 0.19 | 330 | 0.48 | 0.63 |
| Hex | CE | 72 | A0 | 0 | 2D | 16 | 13 | 14A | 30 | 3F |
| Octal | 316 | 162 | 240 | 0 | 55 | 26 | 23 | 512 | 60 | 77 |
| Binary | 11001110 | 1110010 | 10100000 | 0 | 101101 | 10110 | 10011 | 101001010 | 110000 | 111111 |
Color Harmonies of #CE72A0
Complementary color
Monochromatic Colors of #CE72A0
Black with #CE72A0
Text Example
Text Example
White with #CE72A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE72A0; }
p { color: rgb(206,114,160); }
H1.HeaderClassName
{
color: #CE72A0;
}
.AnyTagClassName
{
color: #CE72A0;
}
</style>
background-color css
<style>
a { background-color: #CE72A0; }
a { background-color: rgb(206,114,160); }
div.DivClassName
{
background-color: #CE72A0;
}
.BgClassName
{
background-color: #CE72A0;
}
</style>
border-color css
<style>
span { border-color: #CE72A0; }
span { border-color: rgb(206,114,160); }
td.TdClassName
{
border-color: #CE72A0;
}
.TagClassName
{
border-color: #CE72A0;
}
</style>