Shades of Hopbush #CC6096
Tints of Hopbush #CC6096
RGB
CMYK
RGB Variations
Color information
#CC6096 (or 0xCC6096) is known color: Hopbush. HEX triplet: CC, 60 and 96. RGB value is (204,96,150). Sum of RGB (Red+Green+Blue) = 204+96+150=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6096 is #339F69. Grayscale: #868686. Windows color (decimal): -3383146 or 9855180. OLE color: 9855180.
HSL color Cylindrical-coordinate representation of color #CC6096: hue angle of 330º 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 #CC6096 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 150 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.2 |
| HSL | 330º | 0.51% | 0.59% | - |
| HSV(B) | 330º | 0.53% | 0.8% | - |
| XYZ | 34.59 | 23.41 | 31.55 | - |
| YUV | 134.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 150 | 0 | 0.53 | 0.26 | 0.2 | 330 | 0.51 | 0.59 |
| Hex | CC | 60 | 96 | 0 | 35 | 1A | 14 | 14A | 33 | 3B |
| Octal | 314 | 140 | 226 | 0 | 65 | 32 | 24 | 512 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10010110 | 0 | 110101 | 11010 | 10100 | 101001010 | 110011 | 111011 |
Color Harmonies of #CC6096
Complementary color
Monochromatic Colors of #CC6096
Black with #CC6096
Text Example
Text Example
White with #CC6096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6096; }
p { color: rgb(204,96,150); }
H1.HeaderClassName
{
color: #CC6096;
}
.AnyTagClassName
{
color: #CC6096;
}
</style>
background-color css
<style>
a { background-color: #CC6096; }
a { background-color: rgb(204,96,150); }
div.DivClassName
{
background-color: #CC6096;
}
.BgClassName
{
background-color: #CC6096;
}
</style>
border-color css
<style>
span { border-color: #CC6096; }
span { border-color: rgb(204,96,150); }
td.TdClassName
{
border-color: #CC6096;
}
.TagClassName
{
border-color: #CC6096;
}
</style>