Shades of Hopbush #CC5F8C
Tints of Hopbush #CC5F8C
RGB
CMYK
RGB Variations
Color information
#CC5F8C (or 0xCC5F8C) is known color: Hopbush. HEX triplet: CC, 5F and 8C. RGB value is (204,95,140). Sum of RGB (Red+Green+Blue) = 204+95+140=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5F8C is #33A073. Grayscale: #848484. Windows color (decimal): -3383412 or 9199564. OLE color: 9199564.
HSL color Cylindrical-coordinate representation of color #CC5F8C: hue angle of 335.23º degrees, saturation: 0.52, 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 #CC5F8C is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 95 | 140 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.2 |
| HSL | 335.23º | 0.52% | 0.59% | - |
| HSV(B) | 335.23º | 0.53% | 0.8% | - |
| XYZ | 33.73 | 22.92 | 27.46 | - |
| YUV | 132.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 140 | 0 | 0.53 | 0.31 | 0.2 | 335.23 | 0.52 | 0.59 |
| Hex | CC | 5F | 8C | 0 | 35 | 1F | 14 | 14F | 34 | 3B |
| Octal | 314 | 137 | 214 | 0 | 65 | 37 | 24 | 517 | 64 | 73 |
| Binary | 11001100 | 1011111 | 10001100 | 0 | 110101 | 11111 | 10100 | 101001111 | 110100 | 111011 |
Color Harmonies of #CC5F8C
Complementary color
Monochromatic Colors of #CC5F8C
Black with #CC5F8C
Text Example
Text Example
White with #CC5F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5F8C; }
p { color: rgb(204,95,140); }
H1.HeaderClassName
{
color: #CC5F8C;
}
.AnyTagClassName
{
color: #CC5F8C;
}
</style>
background-color css
<style>
a { background-color: #CC5F8C; }
a { background-color: rgb(204,95,140); }
div.DivClassName
{
background-color: #CC5F8C;
}
.BgClassName
{
background-color: #CC5F8C;
}
</style>
border-color css
<style>
span { border-color: #CC5F8C; }
span { border-color: rgb(204,95,140); }
td.TdClassName
{
border-color: #CC5F8C;
}
.TagClassName
{
border-color: #CC5F8C;
}
</style>