Shades of Hopbush #CE759B
Tints of Hopbush #CE759B
RGB
CMYK
RGB Variations
Color information
#CE759B (or 0xCE759B) is known color: Hopbush. HEX triplet: CE, 75 and 9B. RGB value is (206,117,155). Sum of RGB (Red+Green+Blue) = 206+117+155=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE759B is #318A64. Grayscale: #939393. Windows color (decimal): -3246693 or 10188238. OLE color: 10188238.
HSL color Cylindrical-coordinate representation of color #CE759B: hue angle of 334.38º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE759B is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 155 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.19 |
| HSL | 334.38º | 0.48% | 0.63% | - |
| HSV(B) | 334.38º | 0.43% | 0.81% | - |
| XYZ | 37.73 | 28.21 | 34.47 | - |
| YUV | 147.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 155 | 0 | 0.43 | 0.25 | 0.19 | 334.38 | 0.48 | 0.63 |
| Hex | CE | 75 | 9B | 0 | 2B | 19 | 13 | 14E | 30 | 3F |
| Octal | 316 | 165 | 233 | 0 | 53 | 31 | 23 | 516 | 60 | 77 |
| Binary | 11001110 | 1110101 | 10011011 | 0 | 101011 | 11001 | 10011 | 101001110 | 110000 | 111111 |
Color Harmonies of #CE759B
Complementary color
Monochromatic Colors of #CE759B
Black with #CE759B
Text Example
Text Example
White with #CE759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE759B; }
p { color: rgb(206,117,155); }
H1.HeaderClassName
{
color: #CE759B;
}
.AnyTagClassName
{
color: #CE759B;
}
</style>
background-color css
<style>
a { background-color: #CE759B; }
a { background-color: rgb(206,117,155); }
div.DivClassName
{
background-color: #CE759B;
}
.BgClassName
{
background-color: #CE759B;
}
</style>
border-color css
<style>
span { border-color: #CE759B; }
span { border-color: rgb(206,117,155); }
td.TdClassName
{
border-color: #CE759B;
}
.TagClassName
{
border-color: #CE759B;
}
</style>