Shades of Hopbush #CC5D9A
Tints of Hopbush #CC5D9A
RGB
CMYK
RGB Variations
Color information
#CC5D9A (or 0xCC5D9A) is known color: Hopbush. HEX triplet: CC, 5D and 9A. RGB value is (204,93,154). Sum of RGB (Red+Green+Blue) = 204+93+154=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5D9A is #33A265. Grayscale: #858585. Windows color (decimal): -3383910 or 10116556. OLE color: 10116556.
HSL color Cylindrical-coordinate representation of color #CC5D9A: hue angle of 327.03º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5D9A is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 154 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.2 |
| HSL | 327.03º | 0.52% | 0.58% | - |
| HSV(B) | 327.03º | 0.54% | 0.8% | - |
| XYZ | 34.65 | 23 | 33.18 | - |
| YUV | 133.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 154 | 0 | 0.54 | 0.25 | 0.2 | 327.03 | 0.52 | 0.58 |
| Hex | CC | 5D | 9A | 0 | 36 | 19 | 14 | 147 | 34 | 3A |
| Octal | 314 | 135 | 232 | 0 | 66 | 31 | 24 | 507 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10011010 | 0 | 110110 | 11001 | 10100 | 101000111 | 110100 | 111010 |
Color Harmonies of #CC5D9A
Complementary color
Monochromatic Colors of #CC5D9A
Black with #CC5D9A
Text Example
Text Example
White with #CC5D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D9A; }
p { color: rgb(204,93,154); }
H1.HeaderClassName
{
color: #CC5D9A;
}
.AnyTagClassName
{
color: #CC5D9A;
}
</style>
background-color css
<style>
a { background-color: #CC5D9A; }
a { background-color: rgb(204,93,154); }
div.DivClassName
{
background-color: #CC5D9A;
}
.BgClassName
{
background-color: #CC5D9A;
}
</style>
border-color css
<style>
span { border-color: #CC5D9A; }
span { border-color: rgb(204,93,154); }
td.TdClassName
{
border-color: #CC5D9A;
}
.TagClassName
{
border-color: #CC5D9A;
}
</style>