Shades of Hopbush #CC7392
Tints of Hopbush #CC7392
RGB
CMYK
RGB Variations
Color information
#CC7392 (or 0xCC7392) is known color: Hopbush. HEX triplet: CC, 73 and 92. RGB value is (204,115,146). Sum of RGB (Red+Green+Blue) = 204+115+146=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7392 is #338C6D. Grayscale: #919191. Windows color (decimal): -3378286 or 9597900. OLE color: 9597900.
HSL color Cylindrical-coordinate representation of color #CC7392: hue angle of 339.1º 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 #CC7392 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 146 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.2 |
| HSL | 339.1º | 0.47% | 0.63% | - |
| HSV(B) | 339.1º | 0.44% | 0.8% | - |
| XYZ | 36.22 | 27.17 | 30.53 | - |
| YUV | 145.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 146 | 0 | 0.44 | 0.28 | 0.2 | 339.1 | 0.47 | 0.63 |
| Hex | CC | 73 | 92 | 0 | 2C | 1C | 14 | 153 | 2F | 3F |
| Octal | 314 | 163 | 222 | 0 | 54 | 34 | 24 | 523 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10010010 | 0 | 101100 | 11100 | 10100 | 101010011 | 101111 | 111111 |
Color Harmonies of #CC7392
Complementary color
Monochromatic Colors of #CC7392
Black with #CC7392
Text Example
Text Example
White with #CC7392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7392; }
p { color: rgb(204,115,146); }
H1.HeaderClassName
{
color: #CC7392;
}
.AnyTagClassName
{
color: #CC7392;
}
</style>
background-color css
<style>
a { background-color: #CC7392; }
a { background-color: rgb(204,115,146); }
div.DivClassName
{
background-color: #CC7392;
}
.BgClassName
{
background-color: #CC7392;
}
</style>
border-color css
<style>
span { border-color: #CC7392; }
span { border-color: rgb(204,115,146); }
td.TdClassName
{
border-color: #CC7392;
}
.TagClassName
{
border-color: #CC7392;
}
</style>