Shades of Hopbush #CC7095
Tints of Hopbush #CC7095
RGB
CMYK
RGB Variations
Color information
#CC7095 (or 0xCC7095) is known color: Hopbush. HEX triplet: CC, 70 and 95. RGB value is (204,112,149). Sum of RGB (Red+Green+Blue) = 204+112+149=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7095 is #338F6A. Grayscale: #8F8F8F. Windows color (decimal): -3379051 or 9793740. OLE color: 9793740.
HSL color Cylindrical-coordinate representation of color #CC7095: hue angle of 335.87º 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 #CC7095 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 149 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.2 |
| HSL | 335.87º | 0.47% | 0.62% | - |
| HSV(B) | 335.87º | 0.45% | 0.8% | - |
| XYZ | 36.12 | 26.6 | 31.66 | - |
| YUV | 143.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 149 | 0 | 0.45 | 0.27 | 0.2 | 335.87 | 0.47 | 0.62 |
| Hex | CC | 70 | 95 | 0 | 2D | 1B | 14 | 150 | 2F | 3E |
| Octal | 314 | 160 | 225 | 0 | 55 | 33 | 24 | 520 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10010101 | 0 | 101101 | 11011 | 10100 | 101010000 | 101111 | 111110 |
Color Harmonies of #CC7095
Complementary color
Monochromatic Colors of #CC7095
Black with #CC7095
Text Example
Text Example
White with #CC7095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7095; }
p { color: rgb(204,112,149); }
H1.HeaderClassName
{
color: #CC7095;
}
.AnyTagClassName
{
color: #CC7095;
}
</style>
background-color css
<style>
a { background-color: #CC7095; }
a { background-color: rgb(204,112,149); }
div.DivClassName
{
background-color: #CC7095;
}
.BgClassName
{
background-color: #CC7095;
}
</style>
border-color css
<style>
span { border-color: #CC7095; }
span { border-color: rgb(204,112,149); }
td.TdClassName
{
border-color: #CC7095;
}
.TagClassName
{
border-color: #CC7095;
}
</style>