Shades of Hopbush #CE60AA
Tints of Hopbush #CE60AA
RGB
CMYK
RGB Variations
Color information
#CE60AA (or 0xCE60AA) is known color: Hopbush. HEX triplet: CE, 60 and AA. RGB value is (206,96,170). Sum of RGB (Red+Green+Blue) = 206+96+170=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE60AA is #319F55. Grayscale: #898989. Windows color (decimal): -3252054 or 11165902. OLE color: 11165902.
HSL color Cylindrical-coordinate representation of color #CE60AA: hue angle of 319.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE60AA is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 170 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.19 |
| HSL | 319.64º | 0.53% | 0.59% | - |
| HSV(B) | 319.64º | 0.53% | 0.81% | - |
| XYZ | 36.89 | 24.39 | 40.79 | - |
| YUV | 137.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 170 | 0 | 0.53 | 0.17 | 0.19 | 319.64 | 0.53 | 0.59 |
| Hex | CE | 60 | AA | 0 | 35 | 11 | 13 | 140 | 35 | 3B |
| Octal | 316 | 140 | 252 | 0 | 65 | 21 | 23 | 500 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10101010 | 0 | 110101 | 10001 | 10011 | 101000000 | 110101 | 111011 |
Color Harmonies of #CE60AA
Complementary color
Monochromatic Colors of #CE60AA
Black with #CE60AA
Text Example
Text Example
White with #CE60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60AA; }
p { color: rgb(206,96,170); }
H1.HeaderClassName
{
color: #CE60AA;
}
.AnyTagClassName
{
color: #CE60AA;
}
</style>
background-color css
<style>
a { background-color: #CE60AA; }
a { background-color: rgb(206,96,170); }
div.DivClassName
{
background-color: #CE60AA;
}
.BgClassName
{
background-color: #CE60AA;
}
</style>
border-color css
<style>
span { border-color: #CE60AA; }
span { border-color: rgb(206,96,170); }
td.TdClassName
{
border-color: #CE60AA;
}
.TagClassName
{
border-color: #CE60AA;
}
</style>