Shades of Hopbush #CC5C8F
Tints of Hopbush #CC5C8F
RGB
CMYK
RGB Variations
Color information
#CC5C8F (or 0xCC5C8F) is known color: Hopbush. HEX triplet: CC, 5C and 8F. RGB value is (204,92,143). Sum of RGB (Red+Green+Blue) = 204+92+143=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5C8F is #33A370. Grayscale: #838383. Windows color (decimal): -3384177 or 9395404. OLE color: 9395404.
HSL color Cylindrical-coordinate representation of color #CC5C8F: hue angle of 332.68º 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 #CC5C8F is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 143 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.2 |
| HSL | 332.68º | 0.52% | 0.58% | - |
| HSV(B) | 332.68º | 0.55% | 0.8% | - |
| XYZ | 33.69 | 22.47 | 28.55 | - |
| YUV | 131.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 143 | 0 | 0.55 | 0.30 | 0.2 | 332.68 | 0.52 | 0.58 |
| Hex | CC | 5C | 8F | 0 | 37 | 1E | 14 | 14D | 34 | 3A |
| Octal | 314 | 134 | 217 | 0 | 67 | 36 | 24 | 515 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10001111 | 0 | 110111 | 11110 | 10100 | 101001101 | 110100 | 111010 |
Color Harmonies of #CC5C8F
Complementary color
Monochromatic Colors of #CC5C8F
Black with #CC5C8F
Text Example
Text Example
White with #CC5C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C8F; }
p { color: rgb(204,92,143); }
H1.HeaderClassName
{
color: #CC5C8F;
}
.AnyTagClassName
{
color: #CC5C8F;
}
</style>
background-color css
<style>
a { background-color: #CC5C8F; }
a { background-color: rgb(204,92,143); }
div.DivClassName
{
background-color: #CC5C8F;
}
.BgClassName
{
background-color: #CC5C8F;
}
</style>
border-color css
<style>
span { border-color: #CC5C8F; }
span { border-color: rgb(204,92,143); }
td.TdClassName
{
border-color: #CC5C8F;
}
.TagClassName
{
border-color: #CC5C8F;
}
</style>