Shades of Hopbush #CC6088
Tints of Hopbush #CC6088
RGB
CMYK
RGB Variations
Color information
#CC6088 (or 0xCC6088) is known color: Hopbush. HEX triplet: CC, 60 and 88. RGB value is (204,96,136). Sum of RGB (Red+Green+Blue) = 204+96+136=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6088 is #339F77. Grayscale: #848484. Windows color (decimal): -3383160 or 8937676. OLE color: 8937676.
HSL color Cylindrical-coordinate representation of color #CC6088: hue angle of 337.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 #CC6088 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 136 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.2 |
| HSL | 337.78º | 0.51% | 0.59% | - |
| HSV(B) | 337.78º | 0.53% | 0.8% | - |
| XYZ | 33.53 | 22.98 | 25.96 | - |
| YUV | 132.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 136 | 0 | 0.53 | 0.33 | 0.2 | 337.78 | 0.51 | 0.59 |
| Hex | CC | 60 | 88 | 0 | 35 | 21 | 14 | 152 | 33 | 3B |
| Octal | 314 | 140 | 210 | 0 | 65 | 41 | 24 | 522 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10001000 | 0 | 110101 | 100001 | 10100 | 101010010 | 110011 | 111011 |
Color Harmonies of #CC6088
Complementary color
Monochromatic Colors of #CC6088
Black with #CC6088
Text Example
Text Example
White with #CC6088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6088; }
p { color: rgb(204,96,136); }
H1.HeaderClassName
{
color: #CC6088;
}
.AnyTagClassName
{
color: #CC6088;
}
</style>
background-color css
<style>
a { background-color: #CC6088; }
a { background-color: rgb(204,96,136); }
div.DivClassName
{
background-color: #CC6088;
}
.BgClassName
{
background-color: #CC6088;
}
</style>
border-color css
<style>
span { border-color: #CC6088; }
span { border-color: rgb(204,96,136); }
td.TdClassName
{
border-color: #CC6088;
}
.TagClassName
{
border-color: #CC6088;
}
</style>