Shades of Hopbush #CC7090
Tints of Hopbush #CC7090
RGB
CMYK
RGB Variations
Color information
#CC7090 (or 0xCC7090) is known color: Hopbush. HEX triplet: CC, 70 and 90. RGB value is (204,112,144). Sum of RGB (Red+Green+Blue) = 204+112+144=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7090 is #338F6F. Grayscale: #8F8F8F. Windows color (decimal): -3379056 or 9466060. OLE color: 9466060.
HSL color Cylindrical-coordinate representation of color #CC7090: hue angle of 339.13º 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 #CC7090 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 144 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.2 |
| HSL | 339.13º | 0.47% | 0.62% | - |
| HSV(B) | 339.13º | 0.45% | 0.8% | - |
| XYZ | 35.73 | 26.44 | 29.61 | - |
| YUV | 143.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 144 | 0 | 0.45 | 0.29 | 0.2 | 339.13 | 0.47 | 0.62 |
| Hex | CC | 70 | 90 | 0 | 2D | 1D | 14 | 153 | 2F | 3E |
| Octal | 314 | 160 | 220 | 0 | 55 | 35 | 24 | 523 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10010000 | 0 | 101101 | 11101 | 10100 | 101010011 | 101111 | 111110 |
Color Harmonies of #CC7090
Complementary color
Monochromatic Colors of #CC7090
Black with #CC7090
Text Example
Text Example
White with #CC7090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7090; }
p { color: rgb(204,112,144); }
H1.HeaderClassName
{
color: #CC7090;
}
.AnyTagClassName
{
color: #CC7090;
}
</style>
background-color css
<style>
a { background-color: #CC7090; }
a { background-color: rgb(204,112,144); }
div.DivClassName
{
background-color: #CC7090;
}
.BgClassName
{
background-color: #CC7090;
}
</style>
border-color css
<style>
span { border-color: #CC7090; }
span { border-color: rgb(204,112,144); }
td.TdClassName
{
border-color: #CC7090;
}
.TagClassName
{
border-color: #CC7090;
}
</style>