Shades of Hopbush #CE709B
Tints of Hopbush #CE709B
RGB
CMYK
RGB Variations
Color information
#CE709B (or 0xCE709B) is known color: Hopbush. HEX triplet: CE, 70 and 9B. RGB value is (206,112,155). Sum of RGB (Red+Green+Blue) = 206+112+155=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE709B is #318F64. Grayscale: #909090. Windows color (decimal): -3247973 or 10186958. OLE color: 10186958.
HSL color Cylindrical-coordinate representation of color #CE709B: hue angle of 332.55º 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 #CE709B is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 155 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.19 |
| HSL | 332.55º | 0.49% | 0.62% | - |
| HSV(B) | 332.55º | 0.46% | 0.81% | - |
| XYZ | 37.16 | 27.08 | 34.28 | - |
| YUV | 145.01 | 133.64 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 155 | 0 | 0.46 | 0.25 | 0.19 | 332.55 | 0.49 | 0.62 |
| Hex | CE | 70 | 9B | 0 | 2E | 19 | 13 | 14D | 31 | 3E |
| Octal | 316 | 160 | 233 | 0 | 56 | 31 | 23 | 515 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10011011 | 0 | 101110 | 11001 | 10011 | 101001101 | 110001 | 111110 |
Color Harmonies of #CE709B
Complementary color
Monochromatic Colors of #CE709B
Black with #CE709B
Text Example
Text Example
White with #CE709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE709B; }
p { color: rgb(206,112,155); }
H1.HeaderClassName
{
color: #CE709B;
}
.AnyTagClassName
{
color: #CE709B;
}
</style>
background-color css
<style>
a { background-color: #CE709B; }
a { background-color: rgb(206,112,155); }
div.DivClassName
{
background-color: #CE709B;
}
.BgClassName
{
background-color: #CE709B;
}
</style>
border-color css
<style>
span { border-color: #CE709B; }
span { border-color: rgb(206,112,155); }
td.TdClassName
{
border-color: #CE709B;
}
.TagClassName
{
border-color: #CE709B;
}
</style>