Shades of Hopbush #CC6185
Tints of Hopbush #CC6185
RGB
CMYK
RGB Variations
Color information
#CC6185 (or 0xCC6185) is known color: Hopbush. HEX triplet: CC, 61 and 85. RGB value is (204,97,133). Sum of RGB (Red+Green+Blue) = 204+97+133=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6185 is #339E7A. Grayscale: #858585. Windows color (decimal): -3382907 or 8741324. OLE color: 8741324.
HSL color Cylindrical-coordinate representation of color #CC6185: hue angle of 339.81º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6185 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 133 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.2 |
| HSL | 339.81º | 0.51% | 0.59% | - |
| HSV(B) | 339.81º | 0.52% | 0.8% | - |
| XYZ | 33.41 | 23.08 | 24.88 | - |
| YUV | 133.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 133 | 0 | 0.52 | 0.35 | 0.2 | 339.81 | 0.51 | 0.59 |
| Hex | CC | 61 | 85 | 0 | 34 | 23 | 14 | 154 | 33 | 3B |
| Octal | 314 | 141 | 205 | 0 | 64 | 43 | 24 | 524 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10000101 | 0 | 110100 | 100011 | 10100 | 101010100 | 110011 | 111011 |
Color Harmonies of #CC6185
Complementary color
Monochromatic Colors of #CC6185
Black with #CC6185
Text Example
Text Example
White with #CC6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6185; }
p { color: rgb(204,97,133); }
H1.HeaderClassName
{
color: #CC6185;
}
.AnyTagClassName
{
color: #CC6185;
}
</style>
background-color css
<style>
a { background-color: #CC6185; }
a { background-color: rgb(204,97,133); }
div.DivClassName
{
background-color: #CC6185;
}
.BgClassName
{
background-color: #CC6185;
}
</style>
border-color css
<style>
span { border-color: #CC6185; }
span { border-color: rgb(204,97,133); }
td.TdClassName
{
border-color: #CC6185;
}
.TagClassName
{
border-color: #CC6185;
}
</style>