Shades of Hopbush #CF6893
Tints of Hopbush #CF6893
RGB
CMYK
RGB Variations
Color information
#CF6893 (or 0xCF6893) is known color: Hopbush. HEX triplet: CF, 68 and 93. RGB value is (207,104,147). Sum of RGB (Red+Green+Blue) = 207+104+147=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6893 is #30976C. Grayscale: #8B8B8B. Windows color (decimal): -3184493 or 9660623. OLE color: 9660623.
HSL color Cylindrical-coordinate representation of color #CF6893: hue angle of 334.95º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6893 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 147 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.19 |
| HSL | 334.95º | 0.52% | 0.61% | - |
| HSV(B) | 334.95º | 0.5% | 0.81% | - |
| XYZ | 35.95 | 25.27 | 30.59 | - |
| YUV | 139.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 147 | 0 | 0.50 | 0.29 | 0.19 | 334.95 | 0.52 | 0.61 |
| Hex | CF | 68 | 93 | 0 | 32 | 1D | 13 | 14F | 34 | 3D |
| Octal | 317 | 150 | 223 | 0 | 62 | 35 | 23 | 517 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10010011 | 0 | 110010 | 11101 | 10011 | 101001111 | 110100 | 111101 |
Color Harmonies of #CF6893
Complementary color
Monochromatic Colors of #CF6893
Black with #CF6893
Text Example
Text Example
White with #CF6893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6893; }
p { color: rgb(207,104,147); }
H1.HeaderClassName
{
color: #CF6893;
}
.AnyTagClassName
{
color: #CF6893;
}
</style>
background-color css
<style>
a { background-color: #CF6893; }
a { background-color: rgb(207,104,147); }
div.DivClassName
{
background-color: #CF6893;
}
.BgClassName
{
background-color: #CF6893;
}
</style>
border-color css
<style>
span { border-color: #CF6893; }
span { border-color: rgb(207,104,147); }
td.TdClassName
{
border-color: #CF6893;
}
.TagClassName
{
border-color: #CF6893;
}
</style>