Shades of Hopbush #CF769A
Tints of Hopbush #CF769A
RGB
CMYK
RGB Variations
Color information
#CF769A (or 0xCF769A) is known color: Hopbush. HEX triplet: CF, 76 and 9A. RGB value is (207,118,154). Sum of RGB (Red+Green+Blue) = 207+118+154=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF769A is #308965. Grayscale: #949494. Windows color (decimal): -3180902 or 10122959. OLE color: 10122959.
HSL color Cylindrical-coordinate representation of color #CF769A: hue angle of 335.73º 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 #CF769A is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 154 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.19 |
| HSL | 335.73º | 0.48% | 0.64% | - |
| HSV(B) | 335.73º | 0.43% | 0.81% | - |
| XYZ | 38.04 | 28.56 | 34.08 | - |
| YUV | 148.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 154 | 0 | 0.43 | 0.26 | 0.19 | 335.73 | 0.48 | 0.64 |
| Hex | CF | 76 | 9A | 0 | 2B | 1A | 13 | 150 | 30 | 40 |
| Octal | 317 | 166 | 232 | 0 | 53 | 32 | 23 | 520 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10011010 | 0 | 101011 | 11010 | 10011 | 101010000 | 110000 | 1000000 |
Color Harmonies of #CF769A
Complementary color
Monochromatic Colors of #CF769A
Black with #CF769A
Text Example
Text Example
White with #CF769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF769A; }
p { color: rgb(207,118,154); }
H1.HeaderClassName
{
color: #CF769A;
}
.AnyTagClassName
{
color: #CF769A;
}
</style>
background-color css
<style>
a { background-color: #CF769A; }
a { background-color: rgb(207,118,154); }
div.DivClassName
{
background-color: #CF769A;
}
.BgClassName
{
background-color: #CF769A;
}
</style>
border-color css
<style>
span { border-color: #CF769A; }
span { border-color: rgb(207,118,154); }
td.TdClassName
{
border-color: #CF769A;
}
.TagClassName
{
border-color: #CF769A;
}
</style>