Shades of Hopbush #CC6091
Tints of Hopbush #CC6091
RGB
CMYK
RGB Variations
Color information
#CC6091 (or 0xCC6091) is known color: Hopbush. HEX triplet: CC, 60 and 91. RGB value is (204,96,145). Sum of RGB (Red+Green+Blue) = 204+96+145=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6091 is #339F6E. Grayscale: #858585. Windows color (decimal): -3383151 or 9527500. OLE color: 9527500.
HSL color Cylindrical-coordinate representation of color #CC6091: hue angle of 332.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 #CC6091 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 145 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.2 |
| HSL | 332.78º | 0.51% | 0.59% | - |
| HSV(B) | 332.78º | 0.53% | 0.8% | - |
| XYZ | 34.2 | 23.25 | 29.47 | - |
| YUV | 133.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 145 | 0 | 0.53 | 0.29 | 0.2 | 332.78 | 0.51 | 0.59 |
| Hex | CC | 60 | 91 | 0 | 35 | 1D | 14 | 14D | 33 | 3B |
| Octal | 314 | 140 | 221 | 0 | 65 | 35 | 24 | 515 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10010001 | 0 | 110101 | 11101 | 10100 | 101001101 | 110011 | 111011 |
Color Harmonies of #CC6091
Complementary color
Monochromatic Colors of #CC6091
Black with #CC6091
Text Example
Text Example
White with #CC6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6091; }
p { color: rgb(204,96,145); }
H1.HeaderClassName
{
color: #CC6091;
}
.AnyTagClassName
{
color: #CC6091;
}
</style>
background-color css
<style>
a { background-color: #CC6091; }
a { background-color: rgb(204,96,145); }
div.DivClassName
{
background-color: #CC6091;
}
.BgClassName
{
background-color: #CC6091;
}
</style>
border-color css
<style>
span { border-color: #CC6091; }
span { border-color: rgb(204,96,145); }
td.TdClassName
{
border-color: #CC6091;
}
.TagClassName
{
border-color: #CC6091;
}
</style>