Shades of Hopbush #CF659A
Tints of Hopbush #CF659A
RGB
CMYK
RGB Variations
Color information
#CF659A (or 0xCF659A) is known color: Hopbush. HEX triplet: CF, 65 and 9A. RGB value is (207,101,154). Sum of RGB (Red+Green+Blue) = 207+101+154=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF659A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF659A is #309A65. Grayscale: #8A8A8A. Windows color (decimal): -3185254 or 10118607. OLE color: 10118607.
HSL color Cylindrical-coordinate representation of color #CF659A: hue angle of 330º 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 #CF659A is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 154 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.19 |
| HSL | 330º | 0.52% | 0.6% | - |
| HSV(B) | 330º | 0.51% | 0.81% | - |
| XYZ | 36.22 | 24.91 | 33.47 | - |
| YUV | 138.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 154 | 0 | 0.51 | 0.26 | 0.19 | 330 | 0.52 | 0.6 |
| Hex | CF | 65 | 9A | 0 | 33 | 1A | 13 | 14A | 34 | 3C |
| Octal | 317 | 145 | 232 | 0 | 63 | 32 | 23 | 512 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10011010 | 0 | 110011 | 11010 | 10011 | 101001010 | 110100 | 111100 |
Color Harmonies of #CF659A
Complementary color
Monochromatic Colors of #CF659A
Black with #CF659A
Text Example
Text Example
White with #CF659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF659A; }
p { color: rgb(207,101,154); }
H1.HeaderClassName
{
color: #CF659A;
}
.AnyTagClassName
{
color: #CF659A;
}
</style>
background-color css
<style>
a { background-color: #CF659A; }
a { background-color: rgb(207,101,154); }
div.DivClassName
{
background-color: #CF659A;
}
.BgClassName
{
background-color: #CF659A;
}
</style>
border-color css
<style>
span { border-color: #CF659A; }
span { border-color: rgb(207,101,154); }
td.TdClassName
{
border-color: #CF659A;
}
.TagClassName
{
border-color: #CF659A;
}
</style>