Shades of Hopbush #CF6799
Tints of Hopbush #CF6799
RGB
CMYK
RGB Variations
Color information
#CF6799 (or 0xCF6799) is known color: Hopbush. HEX triplet: CF, 67 and 99. RGB value is (207,103,153). Sum of RGB (Red+Green+Blue) = 207+103+153=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6799 is #309866. Grayscale: #8B8B8B. Windows color (decimal): -3184743 or 10053583. OLE color: 10053583.
HSL color Cylindrical-coordinate representation of color #CF6799: hue angle of 331.15º 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 #CF6799 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 153 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.19 |
| HSL | 331.15º | 0.52% | 0.61% | - |
| HSV(B) | 331.15º | 0.5% | 0.81% | - |
| XYZ | 36.33 | 25.27 | 33.1 | - |
| YUV | 139.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 153 | 0 | 0.50 | 0.26 | 0.19 | 331.15 | 0.52 | 0.61 |
| Hex | CF | 67 | 99 | 0 | 32 | 1A | 13 | 14B | 34 | 3D |
| Octal | 317 | 147 | 231 | 0 | 62 | 32 | 23 | 513 | 64 | 75 |
| Binary | 11001111 | 1100111 | 10011001 | 0 | 110010 | 11010 | 10011 | 101001011 | 110100 | 111101 |
Color Harmonies of #CF6799
Complementary color
Monochromatic Colors of #CF6799
Black with #CF6799
Text Example
Text Example
White with #CF6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6799; }
p { color: rgb(207,103,153); }
H1.HeaderClassName
{
color: #CF6799;
}
.AnyTagClassName
{
color: #CF6799;
}
</style>
background-color css
<style>
a { background-color: #CF6799; }
a { background-color: rgb(207,103,153); }
div.DivClassName
{
background-color: #CF6799;
}
.BgClassName
{
background-color: #CF6799;
}
</style>
border-color css
<style>
span { border-color: #CF6799; }
span { border-color: rgb(207,103,153); }
td.TdClassName
{
border-color: #CF6799;
}
.TagClassName
{
border-color: #CF6799;
}
</style>