Shades of Hopbush #CF66AF
Tints of Hopbush #CF66AF
RGB
CMYK
RGB Variations
Color information
#CF66AF (or 0xCF66AF) is known color: Hopbush. HEX triplet: CF, 66 and AF. RGB value is (207,102,175). Sum of RGB (Red+Green+Blue) = 207+102+175=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF66AF is #309950. Grayscale: #8D8D8D. Windows color (decimal): -3184977 or 11495119. OLE color: 11495119.
HSL color Cylindrical-coordinate representation of color #CF66AF: hue angle of 318.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF66AF is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 175 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.19 |
| HSL | 318.29º | 0.52% | 0.61% | - |
| HSV(B) | 318.29º | 0.51% | 0.81% | - |
| XYZ | 38.22 | 25.86 | 43.54 | - |
| YUV | 141.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 175 | 0 | 0.51 | 0.15 | 0.19 | 318.29 | 0.52 | 0.61 |
| Hex | CF | 66 | AF | 0 | 33 | F | 13 | 13E | 34 | 3D |
| Octal | 317 | 146 | 257 | 0 | 63 | 17 | 23 | 476 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10101111 | 0 | 110011 | 1111 | 10011 | 100111110 | 110100 | 111101 |
Color Harmonies of #CF66AF
Complementary color
Monochromatic Colors of #CF66AF
Black with #CF66AF
Text Example
Text Example
White with #CF66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66AF; }
p { color: rgb(207,102,175); }
H1.HeaderClassName
{
color: #CF66AF;
}
.AnyTagClassName
{
color: #CF66AF;
}
</style>
background-color css
<style>
a { background-color: #CF66AF; }
a { background-color: rgb(207,102,175); }
div.DivClassName
{
background-color: #CF66AF;
}
.BgClassName
{
background-color: #CF66AF;
}
</style>
border-color css
<style>
span { border-color: #CF66AF; }
span { border-color: rgb(207,102,175); }
td.TdClassName
{
border-color: #CF66AF;
}
.TagClassName
{
border-color: #CF66AF;
}
</style>