Shades of Hopbush #CC7592
Tints of Hopbush #CC7592
RGB
CMYK
RGB Variations
Color information
#CC7592 (or 0xCC7592) is known color: Hopbush. HEX triplet: CC, 75 and 92. RGB value is (204,117,146). Sum of RGB (Red+Green+Blue) = 204+117+146=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7592 is #338A6D. Grayscale: #929292. Windows color (decimal): -3377774 or 9598412. OLE color: 9598412.
HSL color Cylindrical-coordinate representation of color #CC7592: hue angle of 340º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7592 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 146 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.2 |
| HSL | 340º | 0.46% | 0.63% | - |
| HSV(B) | 340º | 0.43% | 0.8% | - |
| XYZ | 36.45 | 27.64 | 30.61 | - |
| YUV | 146.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 146 | 0 | 0.43 | 0.28 | 0.2 | 340 | 0.46 | 0.63 |
| Hex | CC | 75 | 92 | 0 | 2B | 1C | 14 | 154 | 2E | 3F |
| Octal | 314 | 165 | 222 | 0 | 53 | 34 | 24 | 524 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10010010 | 0 | 101011 | 11100 | 10100 | 101010100 | 101110 | 111111 |
Color Harmonies of #CC7592
Complementary color
Monochromatic Colors of #CC7592
Black with #CC7592
Text Example
Text Example
White with #CC7592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7592; }
p { color: rgb(204,117,146); }
H1.HeaderClassName
{
color: #CC7592;
}
.AnyTagClassName
{
color: #CC7592;
}
</style>
background-color css
<style>
a { background-color: #CC7592; }
a { background-color: rgb(204,117,146); }
div.DivClassName
{
background-color: #CC7592;
}
.BgClassName
{
background-color: #CC7592;
}
</style>
border-color css
<style>
span { border-color: #CC7592; }
span { border-color: rgb(204,117,146); }
td.TdClassName
{
border-color: #CC7592;
}
.TagClassName
{
border-color: #CC7592;
}
</style>