Shades of Hopbush #CC5D94
Tints of Hopbush #CC5D94
RGB
CMYK
RGB Variations
Color information
#CC5D94 (or 0xCC5D94) is known color: Hopbush. HEX triplet: CC, 5D and 94. RGB value is (204,93,148). Sum of RGB (Red+Green+Blue) = 204+93+148=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5D94 is #33A26B. Grayscale: #848484. Windows color (decimal): -3383916 or 9723340. OLE color: 9723340.
HSL color Cylindrical-coordinate representation of color #CC5D94: hue angle of 330.27º 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 #CC5D94 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 148 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.2 |
| HSL | 330.27º | 0.52% | 0.58% | - |
| HSV(B) | 330.27º | 0.54% | 0.8% | - |
| XYZ | 34.16 | 22.8 | 30.62 | - |
| YUV | 132.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 148 | 0 | 0.54 | 0.27 | 0.2 | 330.27 | 0.52 | 0.58 |
| Hex | CC | 5D | 94 | 0 | 36 | 1B | 14 | 14A | 34 | 3A |
| Octal | 314 | 135 | 224 | 0 | 66 | 33 | 24 | 512 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10010100 | 0 | 110110 | 11011 | 10100 | 101001010 | 110100 | 111010 |
Color Harmonies of #CC5D94
Complementary color
Monochromatic Colors of #CC5D94
Black with #CC5D94
Text Example
Text Example
White with #CC5D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D94; }
p { color: rgb(204,93,148); }
H1.HeaderClassName
{
color: #CC5D94;
}
.AnyTagClassName
{
color: #CC5D94;
}
</style>
background-color css
<style>
a { background-color: #CC5D94; }
a { background-color: rgb(204,93,148); }
div.DivClassName
{
background-color: #CC5D94;
}
.BgClassName
{
background-color: #CC5D94;
}
</style>
border-color css
<style>
span { border-color: #CC5D94; }
span { border-color: rgb(204,93,148); }
td.TdClassName
{
border-color: #CC5D94;
}
.TagClassName
{
border-color: #CC5D94;
}
</style>