Shades of Hopbush #CC5D96
Tints of Hopbush #CC5D96
RGB
CMYK
RGB Variations
Color information
#CC5D96 (or 0xCC5D96) is known color: Hopbush. HEX triplet: CC, 5D and 96. RGB value is (204,93,150). Sum of RGB (Red+Green+Blue) = 204+93+150=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5D96 is #33A269. Grayscale: #848484. Windows color (decimal): -3383914 or 9854412. OLE color: 9854412.
HSL color Cylindrical-coordinate representation of color #CC5D96: hue angle of 329.19º 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 #CC5D96 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 150 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.2 |
| HSL | 329.19º | 0.52% | 0.58% | - |
| HSV(B) | 329.19º | 0.54% | 0.8% | - |
| XYZ | 34.32 | 22.87 | 31.46 | - |
| YUV | 132.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 150 | 0 | 0.54 | 0.26 | 0.2 | 329.19 | 0.52 | 0.58 |
| Hex | CC | 5D | 96 | 0 | 36 | 1A | 14 | 149 | 34 | 3A |
| Octal | 314 | 135 | 226 | 0 | 66 | 32 | 24 | 511 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10010110 | 0 | 110110 | 11010 | 10100 | 101001001 | 110100 | 111010 |
Color Harmonies of #CC5D96
Complementary color
Monochromatic Colors of #CC5D96
Black with #CC5D96
Text Example
Text Example
White with #CC5D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D96; }
p { color: rgb(204,93,150); }
H1.HeaderClassName
{
color: #CC5D96;
}
.AnyTagClassName
{
color: #CC5D96;
}
</style>
background-color css
<style>
a { background-color: #CC5D96; }
a { background-color: rgb(204,93,150); }
div.DivClassName
{
background-color: #CC5D96;
}
.BgClassName
{
background-color: #CC5D96;
}
</style>
border-color css
<style>
span { border-color: #CC5D96; }
span { border-color: rgb(204,93,150); }
td.TdClassName
{
border-color: #CC5D96;
}
.TagClassName
{
border-color: #CC5D96;
}
</style>