Shades of Hopbush #CF6185
Tints of Hopbush #CF6185
RGB
CMYK
RGB Variations
Color information
#CF6185 (or 0xCF6185) is known color: Hopbush. HEX triplet: CF, 61 and 85. RGB value is (207,97,133). Sum of RGB (Red+Green+Blue) = 207+97+133=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6185 is #309E7A. Grayscale: #858585. Windows color (decimal): -3186299 or 8741327. OLE color: 8741327.
HSL color Cylindrical-coordinate representation of color #CF6185: hue angle of 340.36º 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 #CF6185 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 133 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.19 |
| HSL | 340.36º | 0.53% | 0.6% | - |
| HSV(B) | 340.36º | 0.53% | 0.81% | - |
| XYZ | 34.24 | 23.51 | 24.92 | - |
| YUV | 133.99 | 127.44 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 133 | 0 | 0.53 | 0.36 | 0.19 | 340.36 | 0.53 | 0.6 |
| Hex | CF | 61 | 85 | 0 | 35 | 24 | 13 | 154 | 35 | 3C |
| Octal | 317 | 141 | 205 | 0 | 65 | 44 | 23 | 524 | 65 | 74 |
| Binary | 11001111 | 1100001 | 10000101 | 0 | 110101 | 100100 | 10011 | 101010100 | 110101 | 111100 |
Color Harmonies of #CF6185
Complementary color
Monochromatic Colors of #CF6185
Black with #CF6185
Text Example
Text Example
White with #CF6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6185; }
p { color: rgb(207,97,133); }
H1.HeaderClassName
{
color: #CF6185;
}
.AnyTagClassName
{
color: #CF6185;
}
</style>
background-color css
<style>
a { background-color: #CF6185; }
a { background-color: rgb(207,97,133); }
div.DivClassName
{
background-color: #CF6185;
}
.BgClassName
{
background-color: #CF6185;
}
</style>
border-color css
<style>
span { border-color: #CF6185; }
span { border-color: rgb(207,97,133); }
td.TdClassName
{
border-color: #CF6185;
}
.TagClassName
{
border-color: #CF6185;
}
</style>