Shades of Hopbush #CF5B9B
Tints of Hopbush #CF5B9B
RGB
CMYK
RGB Variations
Color information
#CF5B9B (or 0xCF5B9B) is known color: Hopbush. HEX triplet: CF, 5B and 9B. RGB value is (207,91,155). Sum of RGB (Red+Green+Blue) = 207+91+155=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5B9B is #30A464. Grayscale: #848484. Windows color (decimal): -3187813 or 10181583. OLE color: 10181583.
HSL color Cylindrical-coordinate representation of color #CF5B9B: hue angle of 326.9º 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 #CF5B9B is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 155 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.19 |
| HSL | 326.9º | 0.55% | 0.58% | - |
| HSV(B) | 326.9º | 0.56% | 0.81% | - |
| XYZ | 35.39 | 23.11 | 33.61 | - |
| YUV | 132.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 155 | 0 | 0.56 | 0.25 | 0.19 | 326.9 | 0.55 | 0.58 |
| Hex | CF | 5B | 9B | 0 | 38 | 19 | 13 | 147 | 37 | 3A |
| Octal | 317 | 133 | 233 | 0 | 70 | 31 | 23 | 507 | 67 | 72 |
| Binary | 11001111 | 1011011 | 10011011 | 0 | 111000 | 11001 | 10011 | 101000111 | 110111 | 111010 |
Color Harmonies of #CF5B9B
Complementary color
Monochromatic Colors of #CF5B9B
Black with #CF5B9B
Text Example
Text Example
White with #CF5B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B9B; }
p { color: rgb(207,91,155); }
H1.HeaderClassName
{
color: #CF5B9B;
}
.AnyTagClassName
{
color: #CF5B9B;
}
</style>
background-color css
<style>
a { background-color: #CF5B9B; }
a { background-color: rgb(207,91,155); }
div.DivClassName
{
background-color: #CF5B9B;
}
.BgClassName
{
background-color: #CF5B9B;
}
</style>
border-color css
<style>
span { border-color: #CF5B9B; }
span { border-color: rgb(207,91,155); }
td.TdClassName
{
border-color: #CF5B9B;
}
.TagClassName
{
border-color: #CF5B9B;
}
</style>