Shades of Hopbush #CC6489
Tints of Hopbush #CC6489
RGB
CMYK
RGB Variations
Color information
#CC6489 (or 0xCC6489) is known color: Hopbush. HEX triplet: CC, 64 and 89. RGB value is (204,100,137). Sum of RGB (Red+Green+Blue) = 204+100+137=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6489 is #339B76. Grayscale: #878787. Windows color (decimal): -3382135 or 9004236. OLE color: 9004236.
HSL color Cylindrical-coordinate representation of color #CC6489: hue angle of 338.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6489 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 137 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.2 |
| HSL | 338.65º | 0.5% | 0.6% | - |
| HSV(B) | 338.65º | 0.51% | 0.8% | - |
| XYZ | 33.97 | 23.76 | 26.46 | - |
| YUV | 135.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 137 | 0 | 0.51 | 0.33 | 0.2 | 338.65 | 0.5 | 0.6 |
| Hex | CC | 64 | 89 | 0 | 33 | 21 | 14 | 153 | 32 | 3C |
| Octal | 314 | 144 | 211 | 0 | 63 | 41 | 24 | 523 | 62 | 74 |
| Binary | 11001100 | 1100100 | 10001001 | 0 | 110011 | 100001 | 10100 | 101010011 | 110010 | 111100 |
Color Harmonies of #CC6489
Complementary color
Monochromatic Colors of #CC6489
Black with #CC6489
Text Example
Text Example
White with #CC6489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6489; }
p { color: rgb(204,100,137); }
H1.HeaderClassName
{
color: #CC6489;
}
.AnyTagClassName
{
color: #CC6489;
}
</style>
background-color css
<style>
a { background-color: #CC6489; }
a { background-color: rgb(204,100,137); }
div.DivClassName
{
background-color: #CC6489;
}
.BgClassName
{
background-color: #CC6489;
}
</style>
border-color css
<style>
span { border-color: #CC6489; }
span { border-color: rgb(204,100,137); }
td.TdClassName
{
border-color: #CC6489;
}
.TagClassName
{
border-color: #CC6489;
}
</style>