Shades of Hopbush #CC6089
Tints of Hopbush #CC6089
RGB
CMYK
RGB Variations
Color information
#CC6089 (or 0xCC6089) is known color: Hopbush. HEX triplet: CC, 60 and 89. RGB value is (204,96,137). Sum of RGB (Red+Green+Blue) = 204+96+137=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6089 is #339F76. Grayscale: #848484. Windows color (decimal): -3383159 or 9003212. OLE color: 9003212.
HSL color Cylindrical-coordinate representation of color #CC6089: hue angle of 337.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6089 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 137 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.2 |
| HSL | 337.22º | 0.51% | 0.59% | - |
| HSV(B) | 337.22º | 0.53% | 0.8% | - |
| XYZ | 33.6 | 23.01 | 26.34 | - |
| YUV | 132.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 137 | 0 | 0.53 | 0.33 | 0.2 | 337.22 | 0.51 | 0.59 |
| Hex | CC | 60 | 89 | 0 | 35 | 21 | 14 | 151 | 33 | 3B |
| Octal | 314 | 140 | 211 | 0 | 65 | 41 | 24 | 521 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10001001 | 0 | 110101 | 100001 | 10100 | 101010001 | 110011 | 111011 |
Color Harmonies of #CC6089
Complementary color
Monochromatic Colors of #CC6089
Black with #CC6089
Text Example
Text Example
White with #CC6089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6089; }
p { color: rgb(204,96,137); }
H1.HeaderClassName
{
color: #CC6089;
}
.AnyTagClassName
{
color: #CC6089;
}
</style>
background-color css
<style>
a { background-color: #CC6089; }
a { background-color: rgb(204,96,137); }
div.DivClassName
{
background-color: #CC6089;
}
.BgClassName
{
background-color: #CC6089;
}
</style>
border-color css
<style>
span { border-color: #CC6089; }
span { border-color: rgb(204,96,137); }
td.TdClassName
{
border-color: #CC6089;
}
.TagClassName
{
border-color: #CC6089;
}
</style>