Shades of Hopbush #CF6197
Tints of Hopbush #CF6197
RGB
CMYK
RGB Variations
Color information
#CF6197 (or 0xCF6197) is known color: Hopbush. HEX triplet: CF, 61 and 97. RGB value is (207,97,151). Sum of RGB (Red+Green+Blue) = 207+97+151=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6197 is #309E68. Grayscale: #878787. Windows color (decimal): -3186281 or 9920975. OLE color: 9920975.
HSL color Cylindrical-coordinate representation of color #CF6197: hue angle of 330.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6197 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 151 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.19 |
| HSL | 330.55º | 0.53% | 0.6% | - |
| HSV(B) | 330.55º | 0.53% | 0.81% | - |
| XYZ | 35.59 | 24.05 | 32.04 | - |
| YUV | 136.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 151 | 0 | 0.53 | 0.27 | 0.19 | 330.55 | 0.53 | 0.6 |
| Hex | CF | 61 | 97 | 0 | 35 | 1B | 13 | 14B | 35 | 3C |
| Octal | 317 | 141 | 227 | 0 | 65 | 33 | 23 | 513 | 65 | 74 |
| Binary | 11001111 | 1100001 | 10010111 | 0 | 110101 | 11011 | 10011 | 101001011 | 110101 | 111100 |
Color Harmonies of #CF6197
Complementary color
Monochromatic Colors of #CF6197
Black with #CF6197
Text Example
Text Example
White with #CF6197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6197; }
p { color: rgb(207,97,151); }
H1.HeaderClassName
{
color: #CF6197;
}
.AnyTagClassName
{
color: #CF6197;
}
</style>
background-color css
<style>
a { background-color: #CF6197; }
a { background-color: rgb(207,97,151); }
div.DivClassName
{
background-color: #CF6197;
}
.BgClassName
{
background-color: #CF6197;
}
</style>
border-color css
<style>
span { border-color: #CF6197; }
span { border-color: rgb(207,97,151); }
td.TdClassName
{
border-color: #CF6197;
}
.TagClassName
{
border-color: #CF6197;
}
</style>