Shades of Hopbush #CF648B
Tints of Hopbush #CF648B
RGB
CMYK
RGB Variations
Color information
#CF648B (or 0xCF648B) is known color: Hopbush. HEX triplet: CF, 64 and 8B. RGB value is (207,100,139). Sum of RGB (Red+Green+Blue) = 207+100+139=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF648B is #309B74. Grayscale: #888888. Windows color (decimal): -3185525 or 9135311. OLE color: 9135311.
HSL color Cylindrical-coordinate representation of color #CF648B: hue angle of 338.13º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF648B is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 139 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.19 |
| HSL | 338.13º | 0.53% | 0.6% | - |
| HSV(B) | 338.13º | 0.52% | 0.81% | - |
| XYZ | 34.95 | 24.24 | 27.26 | - |
| YUV | 136.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 139 | 0 | 0.52 | 0.33 | 0.19 | 338.13 | 0.53 | 0.6 |
| Hex | CF | 64 | 8B | 0 | 34 | 21 | 13 | 152 | 35 | 3C |
| Octal | 317 | 144 | 213 | 0 | 64 | 41 | 23 | 522 | 65 | 74 |
| Binary | 11001111 | 1100100 | 10001011 | 0 | 110100 | 100001 | 10011 | 101010010 | 110101 | 111100 |
Color Harmonies of #CF648B
Complementary color
Monochromatic Colors of #CF648B
Black with #CF648B
Text Example
Text Example
White with #CF648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF648B; }
p { color: rgb(207,100,139); }
H1.HeaderClassName
{
color: #CF648B;
}
.AnyTagClassName
{
color: #CF648B;
}
</style>
background-color css
<style>
a { background-color: #CF648B; }
a { background-color: rgb(207,100,139); }
div.DivClassName
{
background-color: #CF648B;
}
.BgClassName
{
background-color: #CF648B;
}
</style>
border-color css
<style>
span { border-color: #CF648B; }
span { border-color: rgb(207,100,139); }
td.TdClassName
{
border-color: #CF648B;
}
.TagClassName
{
border-color: #CF648B;
}
</style>