Shades of Hopbush #CF6AB0
Tints of Hopbush #CF6AB0
RGB
CMYK
RGB Variations
Color information
#CF6AB0 (or 0xCF6AB0) is known color: Hopbush. HEX triplet: CF, 6A and B0. RGB value is (207,106,176). Sum of RGB (Red+Green+Blue) = 207+106+176=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6AB0 is #30954F. Grayscale: #909090. Windows color (decimal): -3183952 or 11561679. OLE color: 11561679.
HSL color Cylindrical-coordinate representation of color #CF6AB0: hue angle of 318.42º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6AB0 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 176 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.19 |
| HSL | 318.42º | 0.51% | 0.61% | - |
| HSV(B) | 318.42º | 0.49% | 0.81% | - |
| XYZ | 38.72 | 26.71 | 44.19 | - |
| YUV | 144.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 176 | 0 | 0.49 | 0.15 | 0.19 | 318.42 | 0.51 | 0.61 |
| Hex | CF | 6A | B0 | 0 | 31 | F | 13 | 13E | 33 | 3D |
| Octal | 317 | 152 | 260 | 0 | 61 | 17 | 23 | 476 | 63 | 75 |
| Binary | 11001111 | 1101010 | 10110000 | 0 | 110001 | 1111 | 10011 | 100111110 | 110011 | 111101 |
Color Harmonies of #CF6AB0
Complementary color
Monochromatic Colors of #CF6AB0
Black with #CF6AB0
Text Example
Text Example
White with #CF6AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AB0; }
p { color: rgb(207,106,176); }
H1.HeaderClassName
{
color: #CF6AB0;
}
.AnyTagClassName
{
color: #CF6AB0;
}
</style>
background-color css
<style>
a { background-color: #CF6AB0; }
a { background-color: rgb(207,106,176); }
div.DivClassName
{
background-color: #CF6AB0;
}
.BgClassName
{
background-color: #CF6AB0;
}
</style>
border-color css
<style>
span { border-color: #CF6AB0; }
span { border-color: rgb(207,106,176); }
td.TdClassName
{
border-color: #CF6AB0;
}
.TagClassName
{
border-color: #CF6AB0;
}
</style>