Shades of Hopbush #CF5C88
Tints of Hopbush #CF5C88
RGB
CMYK
RGB Variations
Color information
#CF5C88 (or 0xCF5C88) is known color: Hopbush. HEX triplet: CF, 5C and 88. RGB value is (207,92,136). Sum of RGB (Red+Green+Blue) = 207+92+136=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5C88 is #30A377. Grayscale: #838383. Windows color (decimal): -3187576 or 8936655. OLE color: 8936655.
HSL color Cylindrical-coordinate representation of color #CF5C88: hue angle of 337.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5C88 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 136 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.19 |
| HSL | 337.04º | 0.55% | 0.59% | - |
| HSV(B) | 337.04º | 0.56% | 0.81% | - |
| XYZ | 34 | 22.7 | 25.88 | - |
| YUV | 131.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 136 | 0 | 0.56 | 0.34 | 0.19 | 337.04 | 0.55 | 0.59 |
| Hex | CF | 5C | 88 | 0 | 38 | 22 | 13 | 151 | 37 | 3B |
| Octal | 317 | 134 | 210 | 0 | 70 | 42 | 23 | 521 | 67 | 73 |
| Binary | 11001111 | 1011100 | 10001000 | 0 | 111000 | 100010 | 10011 | 101010001 | 110111 | 111011 |
Color Harmonies of #CF5C88
Complementary color
Monochromatic Colors of #CF5C88
Black with #CF5C88
Text Example
Text Example
White with #CF5C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C88; }
p { color: rgb(207,92,136); }
H1.HeaderClassName
{
color: #CF5C88;
}
.AnyTagClassName
{
color: #CF5C88;
}
</style>
background-color css
<style>
a { background-color: #CF5C88; }
a { background-color: rgb(207,92,136); }
div.DivClassName
{
background-color: #CF5C88;
}
.BgClassName
{
background-color: #CF5C88;
}
</style>
border-color css
<style>
span { border-color: #CF5C88; }
span { border-color: rgb(207,92,136); }
td.TdClassName
{
border-color: #CF5C88;
}
.TagClassName
{
border-color: #CF5C88;
}
</style>