Shades of Hopbush #CF6592
Tints of Hopbush #CF6592
RGB
CMYK
RGB Variations
Color information
#CF6592 (or 0xCF6592) is known color: Hopbush. HEX triplet: CF, 65 and 92. RGB value is (207,101,146). Sum of RGB (Red+Green+Blue) = 207+101+146=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6592 is #309A6D. Grayscale: #898989. Windows color (decimal): -3185262 or 9594319. OLE color: 9594319.
HSL color Cylindrical-coordinate representation of color #CF6592: hue angle of 334.53º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6592 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 146 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.19 |
| HSL | 334.53º | 0.52% | 0.6% | - |
| HSV(B) | 334.53º | 0.51% | 0.81% | - |
| XYZ | 35.57 | 24.65 | 30.08 | - |
| YUV | 137.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 146 | 0 | 0.51 | 0.29 | 0.19 | 334.53 | 0.52 | 0.6 |
| Hex | CF | 65 | 92 | 0 | 33 | 1D | 13 | 14F | 34 | 3C |
| Octal | 317 | 145 | 222 | 0 | 63 | 35 | 23 | 517 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10010010 | 0 | 110011 | 11101 | 10011 | 101001111 | 110100 | 111100 |
Color Harmonies of #CF6592
Complementary color
Monochromatic Colors of #CF6592
Black with #CF6592
Text Example
Text Example
White with #CF6592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6592; }
p { color: rgb(207,101,146); }
H1.HeaderClassName
{
color: #CF6592;
}
.AnyTagClassName
{
color: #CF6592;
}
</style>
background-color css
<style>
a { background-color: #CF6592; }
a { background-color: rgb(207,101,146); }
div.DivClassName
{
background-color: #CF6592;
}
.BgClassName
{
background-color: #CF6592;
}
</style>
border-color css
<style>
span { border-color: #CF6592; }
span { border-color: rgb(207,101,146); }
td.TdClassName
{
border-color: #CF6592;
}
.TagClassName
{
border-color: #CF6592;
}
</style>