Shades of Hopbush #CF6294
Tints of Hopbush #CF6294
RGB
CMYK
RGB Variations
Color information
#CF6294 (or 0xCF6294) is known color: Hopbush. HEX triplet: CF, 62 and 94. RGB value is (207,98,148). Sum of RGB (Red+Green+Blue) = 207+98+148=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6294 is #309D6B. Grayscale: #888888. Windows color (decimal): -3186028 or 9724623. OLE color: 9724623.
HSL color Cylindrical-coordinate representation of color #CF6294: hue angle of 332.48º 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 #CF6294 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 148 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.19 |
| HSL | 332.48º | 0.53% | 0.6% | - |
| HSV(B) | 332.48º | 0.53% | 0.81% | - |
| XYZ | 35.45 | 24.14 | 30.81 | - |
| YUV | 136.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 148 | 0 | 0.53 | 0.29 | 0.19 | 332.48 | 0.53 | 0.6 |
| Hex | CF | 62 | 94 | 0 | 35 | 1D | 13 | 14C | 35 | 3C |
| Octal | 317 | 142 | 224 | 0 | 65 | 35 | 23 | 514 | 65 | 74 |
| Binary | 11001111 | 1100010 | 10010100 | 0 | 110101 | 11101 | 10011 | 101001100 | 110101 | 111100 |
Color Harmonies of #CF6294
Complementary color
Monochromatic Colors of #CF6294
Black with #CF6294
Text Example
Text Example
White with #CF6294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6294; }
p { color: rgb(207,98,148); }
H1.HeaderClassName
{
color: #CF6294;
}
.AnyTagClassName
{
color: #CF6294;
}
</style>
background-color css
<style>
a { background-color: #CF6294; }
a { background-color: rgb(207,98,148); }
div.DivClassName
{
background-color: #CF6294;
}
.BgClassName
{
background-color: #CF6294;
}
</style>
border-color css
<style>
span { border-color: #CF6294; }
span { border-color: rgb(207,98,148); }
td.TdClassName
{
border-color: #CF6294;
}
.TagClassName
{
border-color: #CF6294;
}
</style>