Shades of Hopbush #CC7390
Tints of Hopbush #CC7390
RGB
CMYK
RGB Variations
Color information
#CC7390 (or 0xCC7390) is known color: Hopbush. HEX triplet: CC, 73 and 90. RGB value is (204,115,144). Sum of RGB (Red+Green+Blue) = 204+115+144=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7390 is #338C6F. Grayscale: #909090. Windows color (decimal): -3378288 or 9466828. OLE color: 9466828.
HSL color Cylindrical-coordinate representation of color #CC7390: hue angle of 340.45º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7390 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 144 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.2 |
| HSL | 340.45º | 0.47% | 0.63% | - |
| HSV(B) | 340.45º | 0.44% | 0.8% | - |
| XYZ | 36.07 | 27.11 | 29.72 | - |
| YUV | 144.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 144 | 0 | 0.44 | 0.29 | 0.2 | 340.45 | 0.47 | 0.63 |
| Hex | CC | 73 | 90 | 0 | 2C | 1D | 14 | 154 | 2F | 3F |
| Octal | 314 | 163 | 220 | 0 | 54 | 35 | 24 | 524 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10010000 | 0 | 101100 | 11101 | 10100 | 101010100 | 101111 | 111111 |
Color Harmonies of #CC7390
Complementary color
Monochromatic Colors of #CC7390
Black with #CC7390
Text Example
Text Example
White with #CC7390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7390; }
p { color: rgb(204,115,144); }
H1.HeaderClassName
{
color: #CC7390;
}
.AnyTagClassName
{
color: #CC7390;
}
</style>
background-color css
<style>
a { background-color: #CC7390; }
a { background-color: rgb(204,115,144); }
div.DivClassName
{
background-color: #CC7390;
}
.BgClassName
{
background-color: #CC7390;
}
</style>
border-color css
<style>
span { border-color: #CC7390; }
span { border-color: rgb(204,115,144); }
td.TdClassName
{
border-color: #CC7390;
}
.TagClassName
{
border-color: #CC7390;
}
</style>