Shades of Hopbush #CE60A1
Tints of Hopbush #CE60A1
RGB
CMYK
RGB Variations
Color information
#CE60A1 (or 0xCE60A1) is known color: Hopbush. HEX triplet: CE, 60 and A1. RGB value is (206,96,161). Sum of RGB (Red+Green+Blue) = 206+96+161=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE60A1 is #319F5E. Grayscale: #888888. Windows color (decimal): -3252063 or 10576078. OLE color: 10576078.
HSL color Cylindrical-coordinate representation of color #CE60A1: hue angle of 324.55º 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 #CE60A1 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 161 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.19 |
| HSL | 324.55º | 0.53% | 0.59% | - |
| HSV(B) | 324.55º | 0.53% | 0.81% | - |
| XYZ | 36.07 | 24.06 | 36.46 | - |
| YUV | 136.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 161 | 0 | 0.53 | 0.22 | 0.19 | 324.55 | 0.53 | 0.59 |
| Hex | CE | 60 | A1 | 0 | 35 | 16 | 13 | 145 | 35 | 3B |
| Octal | 316 | 140 | 241 | 0 | 65 | 26 | 23 | 505 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10100001 | 0 | 110101 | 10110 | 10011 | 101000101 | 110101 | 111011 |
Color Harmonies of #CE60A1
Complementary color
Monochromatic Colors of #CE60A1
Black with #CE60A1
Text Example
Text Example
White with #CE60A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60A1; }
p { color: rgb(206,96,161); }
H1.HeaderClassName
{
color: #CE60A1;
}
.AnyTagClassName
{
color: #CE60A1;
}
</style>
background-color css
<style>
a { background-color: #CE60A1; }
a { background-color: rgb(206,96,161); }
div.DivClassName
{
background-color: #CE60A1;
}
.BgClassName
{
background-color: #CE60A1;
}
</style>
border-color css
<style>
span { border-color: #CE60A1; }
span { border-color: rgb(206,96,161); }
td.TdClassName
{
border-color: #CE60A1;
}
.TagClassName
{
border-color: #CE60A1;
}
</style>