Shades of Hopbush #CF769D
Tints of Hopbush #CF769D
RGB
CMYK
RGB Variations
Color information
#CF769D (or 0xCF769D) is known color: Hopbush. HEX triplet: CF, 76 and 9D. RGB value is (207,118,157). Sum of RGB (Red+Green+Blue) = 207+118+157=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF769D is #308962. Grayscale: #949494. Windows color (decimal): -3180899 or 10319567. OLE color: 10319567.
HSL color Cylindrical-coordinate representation of color #CF769D: hue angle of 333.71º 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 #CF769D is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 157 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.19 |
| HSL | 333.71º | 0.48% | 0.64% | - |
| HSV(B) | 333.71º | 0.43% | 0.81% | - |
| XYZ | 38.3 | 28.66 | 35.41 | - |
| YUV | 149.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 157 | 0 | 0.43 | 0.24 | 0.19 | 333.71 | 0.48 | 0.64 |
| Hex | CF | 76 | 9D | 0 | 2B | 18 | 13 | 14E | 30 | 40 |
| Octal | 317 | 166 | 235 | 0 | 53 | 30 | 23 | 516 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10011101 | 0 | 101011 | 11000 | 10011 | 101001110 | 110000 | 1000000 |
Color Harmonies of #CF769D
Complementary color
Monochromatic Colors of #CF769D
Black with #CF769D
Text Example
Text Example
White with #CF769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF769D; }
p { color: rgb(207,118,157); }
H1.HeaderClassName
{
color: #CF769D;
}
.AnyTagClassName
{
color: #CF769D;
}
</style>
background-color css
<style>
a { background-color: #CF769D; }
a { background-color: rgb(207,118,157); }
div.DivClassName
{
background-color: #CF769D;
}
.BgClassName
{
background-color: #CF769D;
}
</style>
border-color css
<style>
span { border-color: #CF769D; }
span { border-color: rgb(207,118,157); }
td.TdClassName
{
border-color: #CF769D;
}
.TagClassName
{
border-color: #CF769D;
}
</style>