Shades of Hopbush #CC7391
Tints of Hopbush #CC7391
RGB
CMYK
RGB Variations
Color information
#CC7391 (or 0xCC7391) is known color: Hopbush. HEX triplet: CC, 73 and 91. RGB value is (204,115,145). Sum of RGB (Red+Green+Blue) = 204+115+145=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7391 is #338C6E. Grayscale: #909090. Windows color (decimal): -3378287 or 9532364. OLE color: 9532364.
HSL color Cylindrical-coordinate representation of color #CC7391: hue angle of 339.78º 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 #CC7391 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 145 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.2 |
| HSL | 339.78º | 0.47% | 0.63% | - |
| HSV(B) | 339.78º | 0.44% | 0.8% | - |
| XYZ | 36.14 | 27.14 | 30.12 | - |
| YUV | 145.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 145 | 0 | 0.44 | 0.29 | 0.2 | 339.78 | 0.47 | 0.63 |
| Hex | CC | 73 | 91 | 0 | 2C | 1D | 14 | 154 | 2F | 3F |
| Octal | 314 | 163 | 221 | 0 | 54 | 35 | 24 | 524 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10010001 | 0 | 101100 | 11101 | 10100 | 101010100 | 101111 | 111111 |
Color Harmonies of #CC7391
Complementary color
Monochromatic Colors of #CC7391
Black with #CC7391
Text Example
Text Example
White with #CC7391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7391; }
p { color: rgb(204,115,145); }
H1.HeaderClassName
{
color: #CC7391;
}
.AnyTagClassName
{
color: #CC7391;
}
</style>
background-color css
<style>
a { background-color: #CC7391; }
a { background-color: rgb(204,115,145); }
div.DivClassName
{
background-color: #CC7391;
}
.BgClassName
{
background-color: #CC7391;
}
</style>
border-color css
<style>
span { border-color: #CC7391; }
span { border-color: rgb(204,115,145); }
td.TdClassName
{
border-color: #CC7391;
}
.TagClassName
{
border-color: #CC7391;
}
</style>