Shades of Hopbush #CC609A
Tints of Hopbush #CC609A
RGB
CMYK
RGB Variations
Color information
#CC609A (or 0xCC609A) is known color: Hopbush. HEX triplet: CC, 60 and 9A. RGB value is (204,96,154). Sum of RGB (Red+Green+Blue) = 204+96+154=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC609A is #339F65. Grayscale: #868686. Windows color (decimal): -3383142 or 10117324. OLE color: 10117324.
HSL color Cylindrical-coordinate representation of color #CC609A: hue angle of 327.78º 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 #CC609A is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 154 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.2 |
| HSL | 327.78º | 0.51% | 0.59% | - |
| HSV(B) | 327.78º | 0.53% | 0.8% | - |
| XYZ | 34.92 | 23.54 | 33.27 | - |
| YUV | 134.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 154 | 0 | 0.53 | 0.25 | 0.2 | 327.78 | 0.51 | 0.59 |
| Hex | CC | 60 | 9A | 0 | 35 | 19 | 14 | 148 | 33 | 3B |
| Octal | 314 | 140 | 232 | 0 | 65 | 31 | 24 | 510 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10011010 | 0 | 110101 | 11001 | 10100 | 101001000 | 110011 | 111011 |
Color Harmonies of #CC609A
Complementary color
Monochromatic Colors of #CC609A
Black with #CC609A
Text Example
Text Example
White with #CC609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC609A; }
p { color: rgb(204,96,154); }
H1.HeaderClassName
{
color: #CC609A;
}
.AnyTagClassName
{
color: #CC609A;
}
</style>
background-color css
<style>
a { background-color: #CC609A; }
a { background-color: rgb(204,96,154); }
div.DivClassName
{
background-color: #CC609A;
}
.BgClassName
{
background-color: #CC609A;
}
</style>
border-color css
<style>
span { border-color: #CC609A; }
span { border-color: rgb(204,96,154); }
td.TdClassName
{
border-color: #CC609A;
}
.TagClassName
{
border-color: #CC609A;
}
</style>