Shades of Hopbush #CC5C8B
Tints of Hopbush #CC5C8B
RGB
CMYK
RGB Variations
Color information
#CC5C8B (or 0xCC5C8B) is known color: Hopbush. HEX triplet: CC, 5C and 8B. RGB value is (204,92,139). Sum of RGB (Red+Green+Blue) = 204+92+139=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5C8B is #33A374. Grayscale: #828282. Windows color (decimal): -3384181 or 9133260. OLE color: 9133260.
HSL color Cylindrical-coordinate representation of color #CC5C8B: hue angle of 334.82º 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 #CC5C8B is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 139 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.2 |
| HSL | 334.82º | 0.52% | 0.58% | - |
| HSV(B) | 334.82º | 0.55% | 0.8% | - |
| XYZ | 33.39 | 22.36 | 26.98 | - |
| YUV | 130.85 | 132.61 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 139 | 0 | 0.55 | 0.32 | 0.2 | 334.82 | 0.52 | 0.58 |
| Hex | CC | 5C | 8B | 0 | 37 | 20 | 14 | 14F | 34 | 3A |
| Octal | 314 | 134 | 213 | 0 | 67 | 40 | 24 | 517 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10001011 | 0 | 110111 | 100000 | 10100 | 101001111 | 110100 | 111010 |
Color Harmonies of #CC5C8B
Complementary color
Monochromatic Colors of #CC5C8B
Black with #CC5C8B
Text Example
Text Example
White with #CC5C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C8B; }
p { color: rgb(204,92,139); }
H1.HeaderClassName
{
color: #CC5C8B;
}
.AnyTagClassName
{
color: #CC5C8B;
}
</style>
background-color css
<style>
a { background-color: #CC5C8B; }
a { background-color: rgb(204,92,139); }
div.DivClassName
{
background-color: #CC5C8B;
}
.BgClassName
{
background-color: #CC5C8B;
}
</style>
border-color css
<style>
span { border-color: #CC5C8B; }
span { border-color: rgb(204,92,139); }
td.TdClassName
{
border-color: #CC5C8B;
}
.TagClassName
{
border-color: #CC5C8B;
}
</style>