Shades of Hopbush #CE5B8C
Tints of Hopbush #CE5B8C
RGB
CMYK
RGB Variations
Color information
#CE5B8C (or 0xCE5B8C) is known color: Hopbush. HEX triplet: CE, 5B and 8C. RGB value is (206,91,140). Sum of RGB (Red+Green+Blue) = 206+91+140=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5B8C is #31A473. Grayscale: #828282. Windows color (decimal): -3253364 or 9198542. OLE color: 9198542.
HSL color Cylindrical-coordinate representation of color #CE5B8C: hue angle of 334.43º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5B8C is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 140 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.19 |
| HSL | 334.43º | 0.54% | 0.58% | - |
| HSV(B) | 334.43º | 0.56% | 0.81% | - |
| XYZ | 33.93 | 22.5 | 27.37 | - |
| YUV | 130.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 140 | 0 | 0.56 | 0.32 | 0.19 | 334.43 | 0.54 | 0.58 |
| Hex | CE | 5B | 8C | 0 | 38 | 20 | 13 | 14E | 36 | 3A |
| Octal | 316 | 133 | 214 | 0 | 70 | 40 | 23 | 516 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10001100 | 0 | 111000 | 100000 | 10011 | 101001110 | 110110 | 111010 |
Color Harmonies of #CE5B8C
Complementary color
Monochromatic Colors of #CE5B8C
Black with #CE5B8C
Text Example
Text Example
White with #CE5B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B8C; }
p { color: rgb(206,91,140); }
H1.HeaderClassName
{
color: #CE5B8C;
}
.AnyTagClassName
{
color: #CE5B8C;
}
</style>
background-color css
<style>
a { background-color: #CE5B8C; }
a { background-color: rgb(206,91,140); }
div.DivClassName
{
background-color: #CE5B8C;
}
.BgClassName
{
background-color: #CE5B8C;
}
</style>
border-color css
<style>
span { border-color: #CE5B8C; }
span { border-color: rgb(206,91,140); }
td.TdClassName
{
border-color: #CE5B8C;
}
.TagClassName
{
border-color: #CE5B8C;
}
</style>