Shades of Hopbush #CF689A
Tints of Hopbush #CF689A
RGB
CMYK
RGB Variations
Color information
#CF689A (or 0xCF689A) is known color: Hopbush. HEX triplet: CF, 68 and 9A. RGB value is (207,104,154). Sum of RGB (Red+Green+Blue) = 207+104+154=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF689A is #309765. Grayscale: #8C8C8C. Windows color (decimal): -3184486 or 10119375. OLE color: 10119375.
HSL color Cylindrical-coordinate representation of color #CF689A: hue angle of 330.87º 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 #CF689A is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 154 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.19 |
| HSL | 330.87º | 0.52% | 0.61% | - |
| HSV(B) | 330.87º | 0.5% | 0.81% | - |
| XYZ | 36.52 | 25.5 | 33.57 | - |
| YUV | 140.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 154 | 0 | 0.50 | 0.26 | 0.19 | 330.87 | 0.52 | 0.61 |
| Hex | CF | 68 | 9A | 0 | 32 | 1A | 13 | 14B | 34 | 3D |
| Octal | 317 | 150 | 232 | 0 | 62 | 32 | 23 | 513 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10011010 | 0 | 110010 | 11010 | 10011 | 101001011 | 110100 | 111101 |
Color Harmonies of #CF689A
Complementary color
Monochromatic Colors of #CF689A
Black with #CF689A
Text Example
Text Example
White with #CF689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF689A; }
p { color: rgb(207,104,154); }
H1.HeaderClassName
{
color: #CF689A;
}
.AnyTagClassName
{
color: #CF689A;
}
</style>
background-color css
<style>
a { background-color: #CF689A; }
a { background-color: rgb(207,104,154); }
div.DivClassName
{
background-color: #CF689A;
}
.BgClassName
{
background-color: #CF689A;
}
</style>
border-color css
<style>
span { border-color: #CF689A; }
span { border-color: rgb(207,104,154); }
td.TdClassName
{
border-color: #CF689A;
}
.TagClassName
{
border-color: #CF689A;
}
</style>