Shades of Hopbush #CE70A0
Tints of Hopbush #CE70A0
RGB
CMYK
RGB Variations
Color information
#CE70A0 (or 0xCE70A0) is known color: Hopbush. HEX triplet: CE, 70 and A0. RGB value is (206,112,160). Sum of RGB (Red+Green+Blue) = 206+112+160=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE70A0 is #318F5F. Grayscale: #919191. Windows color (decimal): -3247968 or 10514638. OLE color: 10514638.
HSL color Cylindrical-coordinate representation of color #CE70A0: hue angle of 329.36º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE70A0 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 160 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.19 |
| HSL | 329.36º | 0.49% | 0.62% | - |
| HSV(B) | 329.36º | 0.46% | 0.81% | - |
| XYZ | 37.59 | 27.25 | 36.54 | - |
| YUV | 145.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 160 | 0 | 0.46 | 0.22 | 0.19 | 329.36 | 0.49 | 0.62 |
| Hex | CE | 70 | A0 | 0 | 2E | 16 | 13 | 149 | 31 | 3E |
| Octal | 316 | 160 | 240 | 0 | 56 | 26 | 23 | 511 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10100000 | 0 | 101110 | 10110 | 10011 | 101001001 | 110001 | 111110 |
Color Harmonies of #CE70A0
Complementary color
Monochromatic Colors of #CE70A0
Black with #CE70A0
Text Example
Text Example
White with #CE70A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70A0; }
p { color: rgb(206,112,160); }
H1.HeaderClassName
{
color: #CE70A0;
}
.AnyTagClassName
{
color: #CE70A0;
}
</style>
background-color css
<style>
a { background-color: #CE70A0; }
a { background-color: rgb(206,112,160); }
div.DivClassName
{
background-color: #CE70A0;
}
.BgClassName
{
background-color: #CE70A0;
}
</style>
border-color css
<style>
span { border-color: #CE70A0; }
span { border-color: rgb(206,112,160); }
td.TdClassName
{
border-color: #CE70A0;
}
.TagClassName
{
border-color: #CE70A0;
}
</style>