Shades of Hopbush #CF6299
Tints of Hopbush #CF6299
RGB
CMYK
RGB Variations
Color information
#CF6299 (or 0xCF6299) is known color: Hopbush. HEX triplet: CF, 62 and 99. RGB value is (207,98,153). Sum of RGB (Red+Green+Blue) = 207+98+153=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6299 is #309D66. Grayscale: #888888. Windows color (decimal): -3186023 or 10052303. OLE color: 10052303.
HSL color Cylindrical-coordinate representation of color #CF6299: hue angle of 329.72º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6299 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 153 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.19 |
| HSL | 329.72º | 0.53% | 0.6% | - |
| HSV(B) | 329.72º | 0.53% | 0.81% | - |
| XYZ | 35.85 | 24.3 | 32.94 | - |
| YUV | 136.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 153 | 0 | 0.53 | 0.26 | 0.19 | 329.72 | 0.53 | 0.6 |
| Hex | CF | 62 | 99 | 0 | 35 | 1A | 13 | 14A | 35 | 3C |
| Octal | 317 | 142 | 231 | 0 | 65 | 32 | 23 | 512 | 65 | 74 |
| Binary | 11001111 | 1100010 | 10011001 | 0 | 110101 | 11010 | 10011 | 101001010 | 110101 | 111100 |
Color Harmonies of #CF6299
Complementary color
Monochromatic Colors of #CF6299
Black with #CF6299
Text Example
Text Example
White with #CF6299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6299; }
p { color: rgb(207,98,153); }
H1.HeaderClassName
{
color: #CF6299;
}
.AnyTagClassName
{
color: #CF6299;
}
</style>
background-color css
<style>
a { background-color: #CF6299; }
a { background-color: rgb(207,98,153); }
div.DivClassName
{
background-color: #CF6299;
}
.BgClassName
{
background-color: #CF6299;
}
</style>
border-color css
<style>
span { border-color: #CF6299; }
span { border-color: rgb(207,98,153); }
td.TdClassName
{
border-color: #CF6299;
}
.TagClassName
{
border-color: #CF6299;
}
</style>