Shades of Hopbush #C674AC
Tints of Hopbush #C674AC
RGB
CMYK
RGB Variations
Color information
#C674AC (or 0xC674AC) is known color: Hopbush. HEX triplet: C6, 74 and AC. RGB value is (198,116,172). Sum of RGB (Red+Green+Blue) = 198+116+172=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C674AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C674AC is #398B53. Grayscale: #929292. Windows color (decimal): -3771220 or 11302086. OLE color: 11302086.
HSL color Cylindrical-coordinate representation of color #C674AC: hue angle of 319.02º 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 #C674AC is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 172 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.22 |
| HSL | 319.02º | 0.42% | 0.62% | - |
| HSV(B) | 319.02º | 0.41% | 0.78% | - |
| XYZ | 36.98 | 27.48 | 42.38 | - |
| YUV | 146.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 172 | 0 | 0.41 | 0.13 | 0.22 | 319.02 | 0.42 | 0.62 |
| Hex | C6 | 74 | AC | 0 | 29 | D | 16 | 13F | 2A | 3E |
| Octal | 306 | 164 | 254 | 0 | 51 | 15 | 26 | 477 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10101100 | 0 | 101001 | 1101 | 10110 | 100111111 | 101010 | 111110 |
Color Harmonies of #C674AC
Complementary color
Monochromatic Colors of #C674AC
Black with #C674AC
Text Example
Text Example
White with #C674AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C674AC; }
p { color: rgb(198,116,172); }
H1.HeaderClassName
{
color: #C674AC;
}
.AnyTagClassName
{
color: #C674AC;
}
</style>
background-color css
<style>
a { background-color: #C674AC; }
a { background-color: rgb(198,116,172); }
div.DivClassName
{
background-color: #C674AC;
}
.BgClassName
{
background-color: #C674AC;
}
</style>
border-color css
<style>
span { border-color: #C674AC; }
span { border-color: rgb(198,116,172); }
td.TdClassName
{
border-color: #C674AC;
}
.TagClassName
{
border-color: #C674AC;
}
</style>