Shades of Hopbush #CC5C9A
Tints of Hopbush #CC5C9A
RGB
CMYK
RGB Variations
Color information
#CC5C9A (or 0xCC5C9A) is known color: Hopbush. HEX triplet: CC, 5C and 9A. RGB value is (204,92,154). Sum of RGB (Red+Green+Blue) = 204+92+154=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5C9A is #33A365. Grayscale: #848484. Windows color (decimal): -3384166 or 10116300. OLE color: 10116300.
HSL color Cylindrical-coordinate representation of color #CC5C9A: hue angle of 326.79º 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 #CC5C9A is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 154 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.2 |
| HSL | 326.79º | 0.52% | 0.58% | - |
| HSV(B) | 326.79º | 0.55% | 0.8% | - |
| XYZ | 34.56 | 22.82 | 33.16 | - |
| YUV | 132.56 | 140.11 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 154 | 0 | 0.55 | 0.25 | 0.2 | 326.79 | 0.52 | 0.58 |
| Hex | CC | 5C | 9A | 0 | 37 | 19 | 14 | 147 | 34 | 3A |
| Octal | 314 | 134 | 232 | 0 | 67 | 31 | 24 | 507 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10011010 | 0 | 110111 | 11001 | 10100 | 101000111 | 110100 | 111010 |
Color Harmonies of #CC5C9A
Complementary color
Monochromatic Colors of #CC5C9A
Black with #CC5C9A
Text Example
Text Example
White with #CC5C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C9A; }
p { color: rgb(204,92,154); }
H1.HeaderClassName
{
color: #CC5C9A;
}
.AnyTagClassName
{
color: #CC5C9A;
}
</style>
background-color css
<style>
a { background-color: #CC5C9A; }
a { background-color: rgb(204,92,154); }
div.DivClassName
{
background-color: #CC5C9A;
}
.BgClassName
{
background-color: #CC5C9A;
}
</style>
border-color css
<style>
span { border-color: #CC5C9A; }
span { border-color: rgb(204,92,154); }
td.TdClassName
{
border-color: #CC5C9A;
}
.TagClassName
{
border-color: #CC5C9A;
}
</style>