Shades of Hopbush #CC5C8C
Tints of Hopbush #CC5C8C
RGB
CMYK
RGB Variations
Color information
#CC5C8C (or 0xCC5C8C) is known color: Hopbush. HEX triplet: CC, 5C and 8C. RGB value is (204,92,140). Sum of RGB (Red+Green+Blue) = 204+92+140=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5C8C is #33A373. Grayscale: #828282. Windows color (decimal): -3384180 or 9198796. OLE color: 9198796.
HSL color Cylindrical-coordinate representation of color #CC5C8C: hue angle of 334.29º 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 #CC5C8C is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 140 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.2 |
| HSL | 334.29º | 0.52% | 0.58% | - |
| HSV(B) | 334.29º | 0.55% | 0.8% | - |
| XYZ | 33.46 | 22.39 | 27.37 | - |
| YUV | 130.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 140 | 0 | 0.55 | 0.31 | 0.2 | 334.29 | 0.52 | 0.58 |
| Hex | CC | 5C | 8C | 0 | 37 | 1F | 14 | 14E | 34 | 3A |
| Octal | 314 | 134 | 214 | 0 | 67 | 37 | 24 | 516 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10001100 | 0 | 110111 | 11111 | 10100 | 101001110 | 110100 | 111010 |
Color Harmonies of #CC5C8C
Complementary color
Monochromatic Colors of #CC5C8C
Black with #CC5C8C
Text Example
Text Example
White with #CC5C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C8C; }
p { color: rgb(204,92,140); }
H1.HeaderClassName
{
color: #CC5C8C;
}
.AnyTagClassName
{
color: #CC5C8C;
}
</style>
background-color css
<style>
a { background-color: #CC5C8C; }
a { background-color: rgb(204,92,140); }
div.DivClassName
{
background-color: #CC5C8C;
}
.BgClassName
{
background-color: #CC5C8C;
}
</style>
border-color css
<style>
span { border-color: #CC5C8C; }
span { border-color: rgb(204,92,140); }
td.TdClassName
{
border-color: #CC5C8C;
}
.TagClassName
{
border-color: #CC5C8C;
}
</style>