Shades of Hopbush #CC7194
Tints of Hopbush #CC7194
RGB
CMYK
RGB Variations
Color information
#CC7194 (or 0xCC7194) is known color: Hopbush. HEX triplet: CC, 71 and 94. RGB value is (204,113,148). Sum of RGB (Red+Green+Blue) = 204+113+148=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7194 is #338E6B. Grayscale: #909090. Windows color (decimal): -3378796 or 9728460. OLE color: 9728460.
HSL color Cylindrical-coordinate representation of color #CC7194: hue angle of 336.92º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7194 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 148 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.2 |
| HSL | 336.92º | 0.47% | 0.62% | - |
| HSV(B) | 336.92º | 0.45% | 0.8% | - |
| XYZ | 36.15 | 26.79 | 31.28 | - |
| YUV | 144.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 148 | 0 | 0.45 | 0.27 | 0.2 | 336.92 | 0.47 | 0.62 |
| Hex | CC | 71 | 94 | 0 | 2D | 1B | 14 | 151 | 2F | 3E |
| Octal | 314 | 161 | 224 | 0 | 55 | 33 | 24 | 521 | 57 | 76 |
| Binary | 11001100 | 1110001 | 10010100 | 0 | 101101 | 11011 | 10100 | 101010001 | 101111 | 111110 |
Color Harmonies of #CC7194
Complementary color
Monochromatic Colors of #CC7194
Black with #CC7194
Text Example
Text Example
White with #CC7194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7194; }
p { color: rgb(204,113,148); }
H1.HeaderClassName
{
color: #CC7194;
}
.AnyTagClassName
{
color: #CC7194;
}
</style>
background-color css
<style>
a { background-color: #CC7194; }
a { background-color: rgb(204,113,148); }
div.DivClassName
{
background-color: #CC7194;
}
.BgClassName
{
background-color: #CC7194;
}
</style>
border-color css
<style>
span { border-color: #CC7194; }
span { border-color: rgb(204,113,148); }
td.TdClassName
{
border-color: #CC7194;
}
.TagClassName
{
border-color: #CC7194;
}
</style>