Shades of Hopbush #C65F80
Tints of Hopbush #C65F80
RGB
CMYK
RGB Variations
Color information
#C65F80 (or 0xC65F80) is known color: Hopbush. HEX triplet: C6, 5F and 80. RGB value is (198,95,128). Sum of RGB (Red+Green+Blue) = 198+95+128=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F80 is #39A07F. Grayscale: #818181. Windows color (decimal): -3776640 or 8413126. OLE color: 8413126.
HSL color Cylindrical-coordinate representation of color #C65F80: hue angle of 340.78º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65F80 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 128 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.22 |
| HSL | 340.78º | 0.47% | 0.57% | - |
| HSV(B) | 340.78º | 0.52% | 0.78% | - |
| XYZ | 31.28 | 21.75 | 22.97 | - |
| YUV | 129.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 128 | 0 | 0.52 | 0.35 | 0.22 | 340.78 | 0.47 | 0.57 |
| Hex | C6 | 5F | 80 | 0 | 34 | 23 | 16 | 155 | 2F | 39 |
| Octal | 306 | 137 | 200 | 0 | 64 | 43 | 26 | 525 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10000000 | 0 | 110100 | 100011 | 10110 | 101010101 | 101111 | 111001 |
Color Harmonies of #C65F80
Complementary color
Monochromatic Colors of #C65F80
Black with #C65F80
Text Example
Text Example
White with #C65F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F80; }
p { color: rgb(198,95,128); }
H1.HeaderClassName
{
color: #C65F80;
}
.AnyTagClassName
{
color: #C65F80;
}
</style>
background-color css
<style>
a { background-color: #C65F80; }
a { background-color: rgb(198,95,128); }
div.DivClassName
{
background-color: #C65F80;
}
.BgClassName
{
background-color: #C65F80;
}
</style>
border-color css
<style>
span { border-color: #C65F80; }
span { border-color: rgb(198,95,128); }
td.TdClassName
{
border-color: #C65F80;
}
.TagClassName
{
border-color: #C65F80;
}
</style>