Shades of Hopbush #C774A3
Tints of Hopbush #C774A3
RGB
CMYK
RGB Variations
Color information
#C774A3 (or 0xC774A3) is known color: Hopbush. HEX triplet: C7, 74 and A3. RGB value is (199,116,163). Sum of RGB (Red+Green+Blue) = 199+116+163=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C774A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C774A3 is #388B5C. Grayscale: #929292. Windows color (decimal): -3705693 or 10712263. OLE color: 10712263.
HSL color Cylindrical-coordinate representation of color #C774A3: hue angle of 326.02º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C774A3 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 163 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.22 |
| HSL | 326.02º | 0.43% | 0.62% | - |
| HSV(B) | 326.02º | 0.42% | 0.78% | - |
| XYZ | 36.41 | 27.28 | 38 | - |
| YUV | 146.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 163 | 0 | 0.42 | 0.18 | 0.22 | 326.02 | 0.43 | 0.62 |
| Hex | C7 | 74 | A3 | 0 | 2A | 12 | 16 | 146 | 2B | 3E |
| Octal | 307 | 164 | 243 | 0 | 52 | 22 | 26 | 506 | 53 | 76 |
| Binary | 11000111 | 1110100 | 10100011 | 0 | 101010 | 10010 | 10110 | 101000110 | 101011 | 111110 |
Color Harmonies of #C774A3
Complementary color
Monochromatic Colors of #C774A3
Black with #C774A3
Text Example
Text Example
White with #C774A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774A3; }
p { color: rgb(199,116,163); }
H1.HeaderClassName
{
color: #C774A3;
}
.AnyTagClassName
{
color: #C774A3;
}
</style>
background-color css
<style>
a { background-color: #C774A3; }
a { background-color: rgb(199,116,163); }
div.DivClassName
{
background-color: #C774A3;
}
.BgClassName
{
background-color: #C774A3;
}
</style>
border-color css
<style>
span { border-color: #C774A3; }
span { border-color: rgb(199,116,163); }
td.TdClassName
{
border-color: #C774A3;
}
.TagClassName
{
border-color: #C774A3;
}
</style>