Shades of Hopbush #C674A0
Tints of Hopbush #C674A0
RGB
CMYK
RGB Variations
Color information
#C674A0 (or 0xC674A0) is known color: Hopbush. HEX triplet: C6, 74 and A0. RGB value is (198,116,160). Sum of RGB (Red+Green+Blue) = 198+116+160=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C674A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C674A0 is #398B5F. Grayscale: #919191. Windows color (decimal): -3771232 or 10515654. OLE color: 10515654.
HSL color Cylindrical-coordinate representation of color #C674A0: hue angle of 327.8º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C674A0 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 160 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.22 |
| HSL | 327.8º | 0.42% | 0.62% | - |
| HSV(B) | 327.8º | 0.41% | 0.78% | - |
| XYZ | 35.88 | 27.03 | 36.58 | - |
| YUV | 145.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 160 | 0 | 0.41 | 0.19 | 0.22 | 327.8 | 0.42 | 0.62 |
| Hex | C6 | 74 | A0 | 0 | 29 | 13 | 16 | 148 | 2A | 3E |
| Octal | 306 | 164 | 240 | 0 | 51 | 23 | 26 | 510 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10100000 | 0 | 101001 | 10011 | 10110 | 101001000 | 101010 | 111110 |
Color Harmonies of #C674A0
Complementary color
Monochromatic Colors of #C674A0
Black with #C674A0
Text Example
Text Example
White with #C674A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C674A0; }
p { color: rgb(198,116,160); }
H1.HeaderClassName
{
color: #C674A0;
}
.AnyTagClassName
{
color: #C674A0;
}
</style>
background-color css
<style>
a { background-color: #C674A0; }
a { background-color: rgb(198,116,160); }
div.DivClassName
{
background-color: #C674A0;
}
.BgClassName
{
background-color: #C674A0;
}
</style>
border-color css
<style>
span { border-color: #C674A0; }
span { border-color: rgb(198,116,160); }
td.TdClassName
{
border-color: #C674A0;
}
.TagClassName
{
border-color: #C674A0;
}
</style>