Shades of Hopbush #C65F81
Tints of Hopbush #C65F81
RGB
CMYK
RGB Variations
Color information
#C65F81 (or 0xC65F81) is known color: Hopbush. HEX triplet: C6, 5F and 81. RGB value is (198,95,129). Sum of RGB (Red+Green+Blue) = 198+95+129=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F81 is #39A07E. Grayscale: #818181. Windows color (decimal): -3776639 or 8478662. OLE color: 8478662.
HSL color Cylindrical-coordinate representation of color #C65F81: hue angle of 340.19º 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 #C65F81 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 129 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.22 |
| HSL | 340.19º | 0.47% | 0.57% | - |
| HSV(B) | 340.19º | 0.52% | 0.78% | - |
| XYZ | 31.34 | 21.78 | 23.32 | - |
| YUV | 129.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 129 | 0 | 0.52 | 0.35 | 0.22 | 340.19 | 0.47 | 0.57 |
| Hex | C6 | 5F | 81 | 0 | 34 | 23 | 16 | 154 | 2F | 39 |
| Octal | 306 | 137 | 201 | 0 | 64 | 43 | 26 | 524 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10000001 | 0 | 110100 | 100011 | 10110 | 101010100 | 101111 | 111001 |
Color Harmonies of #C65F81
Complementary color
Monochromatic Colors of #C65F81
Black with #C65F81
Text Example
Text Example
White with #C65F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F81; }
p { color: rgb(198,95,129); }
H1.HeaderClassName
{
color: #C65F81;
}
.AnyTagClassName
{
color: #C65F81;
}
</style>
background-color css
<style>
a { background-color: #C65F81; }
a { background-color: rgb(198,95,129); }
div.DivClassName
{
background-color: #C65F81;
}
.BgClassName
{
background-color: #C65F81;
}
</style>
border-color css
<style>
span { border-color: #C65F81; }
span { border-color: rgb(198,95,129); }
td.TdClassName
{
border-color: #C65F81;
}
.TagClassName
{
border-color: #C65F81;
}
</style>