Shades of Hopbush #CF629C
Tints of Hopbush #CF629C
RGB
CMYK
RGB Variations
Color information
#CF629C (or 0xCF629C) is known color: Hopbush. HEX triplet: CF, 62 and 9C. RGB value is (207,98,156). Sum of RGB (Red+Green+Blue) = 207+98+156=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF629C is #309D63. Grayscale: #898989. Windows color (decimal): -3186020 or 10248911. OLE color: 10248911.
HSL color Cylindrical-coordinate representation of color #CF629C: hue angle of 328.07º 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 #CF629C is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 156 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.19 |
| HSL | 328.07º | 0.53% | 0.6% | - |
| HSV(B) | 328.07º | 0.53% | 0.81% | - |
| XYZ | 36.1 | 24.4 | 34.26 | - |
| YUV | 137.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 156 | 0 | 0.53 | 0.25 | 0.19 | 328.07 | 0.53 | 0.6 |
| Hex | CF | 62 | 9C | 0 | 35 | 19 | 13 | 148 | 35 | 3C |
| Octal | 317 | 142 | 234 | 0 | 65 | 31 | 23 | 510 | 65 | 74 |
| Binary | 11001111 | 1100010 | 10011100 | 0 | 110101 | 11001 | 10011 | 101001000 | 110101 | 111100 |
Color Harmonies of #CF629C
Complementary color
Monochromatic Colors of #CF629C
Black with #CF629C
Text Example
Text Example
White with #CF629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF629C; }
p { color: rgb(207,98,156); }
H1.HeaderClassName
{
color: #CF629C;
}
.AnyTagClassName
{
color: #CF629C;
}
</style>
background-color css
<style>
a { background-color: #CF629C; }
a { background-color: rgb(207,98,156); }
div.DivClassName
{
background-color: #CF629C;
}
.BgClassName
{
background-color: #CF629C;
}
</style>
border-color css
<style>
span { border-color: #CF629C; }
span { border-color: rgb(207,98,156); }
td.TdClassName
{
border-color: #CF629C;
}
.TagClassName
{
border-color: #CF629C;
}
</style>