Shades of Hopbush #C0769B
Tints of Hopbush #C0769B
RGB
CMYK
RGB Variations
Color information
#C0769B (or 0xC0769B) is known color: Hopbush. HEX triplet: C0, 76 and 9B. RGB value is (192,118,155). Sum of RGB (Red+Green+Blue) = 192+118+155=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0769B is #3F8964. Grayscale: #909090. Windows color (decimal): -4163941 or 10188480. OLE color: 10188480.
HSL color Cylindrical-coordinate representation of color #C0769B: hue angle of 330º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0769B is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 155 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.25 |
| HSL | 330º | 0.37% | 0.61% | - |
| HSV(B) | 330º | 0.39% | 0.75% | - |
| XYZ | 34.13 | 26.53 | 34.33 | - |
| YUV | 144.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 155 | 0 | 0.39 | 0.19 | 0.25 | 330 | 0.37 | 0.61 |
| Hex | C0 | 76 | 9B | 0 | 27 | 13 | 19 | 14A | 25 | 3D |
| Octal | 300 | 166 | 233 | 0 | 47 | 23 | 31 | 512 | 45 | 75 |
| Binary | 11000000 | 1110110 | 10011011 | 0 | 100111 | 10011 | 11001 | 101001010 | 100101 | 111101 |
Color Harmonies of #C0769B
Complementary color
Monochromatic Colors of #C0769B
Black with #C0769B
Text Example
Text Example
White with #C0769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0769B; }
p { color: rgb(192,118,155); }
H1.HeaderClassName
{
color: #C0769B;
}
.AnyTagClassName
{
color: #C0769B;
}
</style>
background-color css
<style>
a { background-color: #C0769B; }
a { background-color: rgb(192,118,155); }
div.DivClassName
{
background-color: #C0769B;
}
.BgClassName
{
background-color: #C0769B;
}
</style>
border-color css
<style>
span { border-color: #C0769B; }
span { border-color: rgb(192,118,155); }
td.TdClassName
{
border-color: #C0769B;
}
.TagClassName
{
border-color: #C0769B;
}
</style>