Shades of Hopbush #CC6099
Tints of Hopbush #CC6099
RGB
CMYK
RGB Variations
Color information
#CC6099 (or 0xCC6099) is known color: Hopbush. HEX triplet: CC, 60 and 99. RGB value is (204,96,153). Sum of RGB (Red+Green+Blue) = 204+96+153=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6099 is #339F66. Grayscale: #868686. Windows color (decimal): -3383143 or 10051788. OLE color: 10051788.
HSL color Cylindrical-coordinate representation of color #CC6099: hue angle of 328.33º 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 #CC6099 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 153 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.2 |
| HSL | 328.33º | 0.51% | 0.59% | - |
| HSV(B) | 328.33º | 0.53% | 0.8% | - |
| XYZ | 34.83 | 23.5 | 32.84 | - |
| YUV | 134.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 153 | 0 | 0.53 | 0.25 | 0.2 | 328.33 | 0.51 | 0.59 |
| Hex | CC | 60 | 99 | 0 | 35 | 19 | 14 | 148 | 33 | 3B |
| Octal | 314 | 140 | 231 | 0 | 65 | 31 | 24 | 510 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10011001 | 0 | 110101 | 11001 | 10100 | 101001000 | 110011 | 111011 |
Color Harmonies of #CC6099
Complementary color
Monochromatic Colors of #CC6099
Black with #CC6099
Text Example
Text Example
White with #CC6099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6099; }
p { color: rgb(204,96,153); }
H1.HeaderClassName
{
color: #CC6099;
}
.AnyTagClassName
{
color: #CC6099;
}
</style>
background-color css
<style>
a { background-color: #CC6099; }
a { background-color: rgb(204,96,153); }
div.DivClassName
{
background-color: #CC6099;
}
.BgClassName
{
background-color: #CC6099;
}
</style>
border-color css
<style>
span { border-color: #CC6099; }
span { border-color: rgb(204,96,153); }
td.TdClassName
{
border-color: #CC6099;
}
.TagClassName
{
border-color: #CC6099;
}
</style>