Shades of Hopbush #CF5FA6
Tints of Hopbush #CF5FA6
RGB
CMYK
RGB Variations
Color information
#CF5FA6 (or 0xCF5FA6) is known color: Hopbush. HEX triplet: CF, 5F and A6. RGB value is (207,95,166). Sum of RGB (Red+Green+Blue) = 207+95+166=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5FA6 is #30A059. Grayscale: #888888. Windows color (decimal): -3186778 or 10903503. OLE color: 10903503.
HSL color Cylindrical-coordinate representation of color #CF5FA6: hue angle of 321.96º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF5FA6 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 166 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.19 |
| HSL | 321.96º | 0.54% | 0.59% | - |
| HSV(B) | 321.96º | 0.54% | 0.81% | - |
| XYZ | 36.71 | 24.2 | 38.81 | - |
| YUV | 136.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 166 | 0 | 0.54 | 0.20 | 0.19 | 321.96 | 0.54 | 0.59 |
| Hex | CF | 5F | A6 | 0 | 36 | 14 | 13 | 142 | 36 | 3B |
| Octal | 317 | 137 | 246 | 0 | 66 | 24 | 23 | 502 | 66 | 73 |
| Binary | 11001111 | 1011111 | 10100110 | 0 | 110110 | 10100 | 10011 | 101000010 | 110110 | 111011 |
Color Harmonies of #CF5FA6
Complementary color
Monochromatic Colors of #CF5FA6
Black with #CF5FA6
Text Example
Text Example
White with #CF5FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FA6; }
p { color: rgb(207,95,166); }
H1.HeaderClassName
{
color: #CF5FA6;
}
.AnyTagClassName
{
color: #CF5FA6;
}
</style>
background-color css
<style>
a { background-color: #CF5FA6; }
a { background-color: rgb(207,95,166); }
div.DivClassName
{
background-color: #CF5FA6;
}
.BgClassName
{
background-color: #CF5FA6;
}
</style>
border-color css
<style>
span { border-color: #CF5FA6; }
span { border-color: rgb(207,95,166); }
td.TdClassName
{
border-color: #CF5FA6;
}
.TagClassName
{
border-color: #CF5FA6;
}
</style>