Shades of Hopbush #CF5B8C
Tints of Hopbush #CF5B8C
RGB
CMYK
RGB Variations
Color information
#CF5B8C (or 0xCF5B8C) is known color: Hopbush. HEX triplet: CF, 5B and 8C. RGB value is (207,91,140). Sum of RGB (Red+Green+Blue) = 207+91+140=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5B8C is #30A473. Grayscale: #838383. Windows color (decimal): -3187828 or 9198543. OLE color: 9198543.
HSL color Cylindrical-coordinate representation of color #CF5B8C: hue angle of 334.66º degrees, saturation: 0.55, 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 #CF5B8C is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 140 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.19 |
| HSL | 334.66º | 0.55% | 0.58% | - |
| HSV(B) | 334.66º | 0.56% | 0.81% | - |
| XYZ | 34.21 | 22.64 | 27.38 | - |
| YUV | 131.27 | 132.93 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 140 | 0 | 0.56 | 0.32 | 0.19 | 334.66 | 0.55 | 0.58 |
| Hex | CF | 5B | 8C | 0 | 38 | 20 | 13 | 14F | 37 | 3A |
| Octal | 317 | 133 | 214 | 0 | 70 | 40 | 23 | 517 | 67 | 72 |
| Binary | 11001111 | 1011011 | 10001100 | 0 | 111000 | 100000 | 10011 | 101001111 | 110111 | 111010 |
Color Harmonies of #CF5B8C
Complementary color
Monochromatic Colors of #CF5B8C
Black with #CF5B8C
Text Example
Text Example
White with #CF5B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B8C; }
p { color: rgb(207,91,140); }
H1.HeaderClassName
{
color: #CF5B8C;
}
.AnyTagClassName
{
color: #CF5B8C;
}
</style>
background-color css
<style>
a { background-color: #CF5B8C; }
a { background-color: rgb(207,91,140); }
div.DivClassName
{
background-color: #CF5B8C;
}
.BgClassName
{
background-color: #CF5B8C;
}
</style>
border-color css
<style>
span { border-color: #CF5B8C; }
span { border-color: rgb(207,91,140); }
td.TdClassName
{
border-color: #CF5B8C;
}
.TagClassName
{
border-color: #CF5B8C;
}
</style>