Shades of Hopbush #CC6589
Tints of Hopbush #CC6589
RGB
CMYK
RGB Variations
Color information
#CC6589 (or 0xCC6589) is known color: Hopbush. HEX triplet: CC, 65 and 89. RGB value is (204,101,137). Sum of RGB (Red+Green+Blue) = 204+101+137=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6589 is #339A76. Grayscale: #878787. Windows color (decimal): -3381879 or 9004492. OLE color: 9004492.
HSL color Cylindrical-coordinate representation of color #CC6589: hue angle of 339.03º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6589 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 137 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.2 |
| HSL | 339.03º | 0.5% | 0.6% | - |
| HSV(B) | 339.03º | 0.5% | 0.8% | - |
| XYZ | 34.07 | 23.95 | 26.49 | - |
| YUV | 135.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 137 | 0 | 0.50 | 0.33 | 0.2 | 339.03 | 0.5 | 0.6 |
| Hex | CC | 65 | 89 | 0 | 32 | 21 | 14 | 153 | 32 | 3C |
| Octal | 314 | 145 | 211 | 0 | 62 | 41 | 24 | 523 | 62 | 74 |
| Binary | 11001100 | 1100101 | 10001001 | 0 | 110010 | 100001 | 10100 | 101010011 | 110010 | 111100 |
Color Harmonies of #CC6589
Complementary color
Monochromatic Colors of #CC6589
Black with #CC6589
Text Example
Text Example
White with #CC6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6589; }
p { color: rgb(204,101,137); }
H1.HeaderClassName
{
color: #CC6589;
}
.AnyTagClassName
{
color: #CC6589;
}
</style>
background-color css
<style>
a { background-color: #CC6589; }
a { background-color: rgb(204,101,137); }
div.DivClassName
{
background-color: #CC6589;
}
.BgClassName
{
background-color: #CC6589;
}
</style>
border-color css
<style>
span { border-color: #CC6589; }
span { border-color: rgb(204,101,137); }
td.TdClassName
{
border-color: #CC6589;
}
.TagClassName
{
border-color: #CC6589;
}
</style>