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