Shades of Hopbush #CF769C
Tints of Hopbush #CF769C
RGB
CMYK
RGB Variations
Color information
#CF769C (or 0xCF769C) is known color: Hopbush. HEX triplet: CF, 76 and 9C. RGB value is (207,118,156). Sum of RGB (Red+Green+Blue) = 207+118+156=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF769C is #308963. Grayscale: #949494. Windows color (decimal): -3180900 or 10254031. OLE color: 10254031.
HSL color Cylindrical-coordinate representation of color #CF769C: hue angle of 334.38º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF769C is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 156 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.19 |
| HSL | 334.38º | 0.48% | 0.64% | - |
| HSV(B) | 334.38º | 0.43% | 0.81% | - |
| XYZ | 38.21 | 28.62 | 34.96 | - |
| YUV | 148.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 156 | 0 | 0.43 | 0.25 | 0.19 | 334.38 | 0.48 | 0.64 |
| Hex | CF | 76 | 9C | 0 | 2B | 19 | 13 | 14E | 30 | 40 |
| Octal | 317 | 166 | 234 | 0 | 53 | 31 | 23 | 516 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10011100 | 0 | 101011 | 11001 | 10011 | 101001110 | 110000 | 1000000 |
Color Harmonies of #CF769C
Complementary color
Monochromatic Colors of #CF769C
Black with #CF769C
Text Example
Text Example
White with #CF769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF769C; }
p { color: rgb(207,118,156); }
H1.HeaderClassName
{
color: #CF769C;
}
.AnyTagClassName
{
color: #CF769C;
}
</style>
background-color css
<style>
a { background-color: #CF769C; }
a { background-color: rgb(207,118,156); }
div.DivClassName
{
background-color: #CF769C;
}
.BgClassName
{
background-color: #CF769C;
}
</style>
border-color css
<style>
span { border-color: #CF769C; }
span { border-color: rgb(207,118,156); }
td.TdClassName
{
border-color: #CF769C;
}
.TagClassName
{
border-color: #CF769C;
}
</style>