Shades of Hopbush #CC5C85
Tints of Hopbush #CC5C85
RGB
CMYK
RGB Variations
Color information
#CC5C85 (or 0xCC5C85) is known color: Hopbush. HEX triplet: CC, 5C and 85. RGB value is (204,92,133). Sum of RGB (Red+Green+Blue) = 204+92+133=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5C85 is #33A37A. Grayscale: #828282. Windows color (decimal): -3384187 or 8740044. OLE color: 8740044.
HSL color Cylindrical-coordinate representation of color #CC5C85: hue angle of 338.04º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C85 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 133 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.2 |
| HSL | 338.04º | 0.52% | 0.58% | - |
| HSV(B) | 338.04º | 0.55% | 0.8% | - |
| XYZ | 32.96 | 22.19 | 24.74 | - |
| YUV | 130.16 | 129.61 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 133 | 0 | 0.55 | 0.35 | 0.2 | 338.04 | 0.52 | 0.58 |
| Hex | CC | 5C | 85 | 0 | 37 | 23 | 14 | 152 | 34 | 3A |
| Octal | 314 | 134 | 205 | 0 | 67 | 43 | 24 | 522 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10000101 | 0 | 110111 | 100011 | 10100 | 101010010 | 110100 | 111010 |
Color Harmonies of #CC5C85
Complementary color
Monochromatic Colors of #CC5C85
Black with #CC5C85
Text Example
Text Example
White with #CC5C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C85; }
p { color: rgb(204,92,133); }
H1.HeaderClassName
{
color: #CC5C85;
}
.AnyTagClassName
{
color: #CC5C85;
}
</style>
background-color css
<style>
a { background-color: #CC5C85; }
a { background-color: rgb(204,92,133); }
div.DivClassName
{
background-color: #CC5C85;
}
.BgClassName
{
background-color: #CC5C85;
}
</style>
border-color css
<style>
span { border-color: #CC5C85; }
span { border-color: rgb(204,92,133); }
td.TdClassName
{
border-color: #CC5C85;
}
.TagClassName
{
border-color: #CC5C85;
}
</style>