Shades of Hopbush #CC6189
Tints of Hopbush #CC6189
RGB
CMYK
RGB Variations
Color information
#CC6189 (or 0xCC6189) is known color: Hopbush. HEX triplet: CC, 61 and 89. RGB value is (204,97,137). Sum of RGB (Red+Green+Blue) = 204+97+137=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6189 is #339E76. Grayscale: #858585. Windows color (decimal): -3382903 or 9003468. OLE color: 9003468.
HSL color Cylindrical-coordinate representation of color #CC6189: hue angle of 337.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6189 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 137 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.2 |
| HSL | 337.57º | 0.51% | 0.59% | - |
| HSV(B) | 337.57º | 0.52% | 0.8% | - |
| XYZ | 33.69 | 23.19 | 26.37 | - |
| YUV | 133.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 137 | 0 | 0.52 | 0.33 | 0.2 | 337.57 | 0.51 | 0.59 |
| Hex | CC | 61 | 89 | 0 | 34 | 21 | 14 | 152 | 33 | 3B |
| Octal | 314 | 141 | 211 | 0 | 64 | 41 | 24 | 522 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10001001 | 0 | 110100 | 100001 | 10100 | 101010010 | 110011 | 111011 |
Color Harmonies of #CC6189
Complementary color
Monochromatic Colors of #CC6189
Black with #CC6189
Text Example
Text Example
White with #CC6189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6189; }
p { color: rgb(204,97,137); }
H1.HeaderClassName
{
color: #CC6189;
}
.AnyTagClassName
{
color: #CC6189;
}
</style>
background-color css
<style>
a { background-color: #CC6189; }
a { background-color: rgb(204,97,137); }
div.DivClassName
{
background-color: #CC6189;
}
.BgClassName
{
background-color: #CC6189;
}
</style>
border-color css
<style>
span { border-color: #CC6189; }
span { border-color: rgb(204,97,137); }
td.TdClassName
{
border-color: #CC6189;
}
.TagClassName
{
border-color: #CC6189;
}
</style>