Shades of Hopbush #CC5D93
Tints of Hopbush #CC5D93
RGB
CMYK
RGB Variations
Color information
#CC5D93 (or 0xCC5D93) is known color: Hopbush. HEX triplet: CC, 5D and 93. RGB value is (204,93,147). Sum of RGB (Red+Green+Blue) = 204+93+147=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5D93 is #33A26C. Grayscale: #848484. Windows color (decimal): -3383917 or 9657804. OLE color: 9657804.
HSL color Cylindrical-coordinate representation of color #CC5D93: hue angle of 330.81º 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 #CC5D93 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 147 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.2 |
| HSL | 330.81º | 0.52% | 0.58% | - |
| HSV(B) | 330.81º | 0.54% | 0.8% | - |
| XYZ | 34.08 | 22.77 | 30.2 | - |
| YUV | 132.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 147 | 0 | 0.54 | 0.28 | 0.2 | 330.81 | 0.52 | 0.58 |
| Hex | CC | 5D | 93 | 0 | 36 | 1C | 14 | 14B | 34 | 3A |
| Octal | 314 | 135 | 223 | 0 | 66 | 34 | 24 | 513 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10010011 | 0 | 110110 | 11100 | 10100 | 101001011 | 110100 | 111010 |
Color Harmonies of #CC5D93
Complementary color
Monochromatic Colors of #CC5D93
Black with #CC5D93
Text Example
Text Example
White with #CC5D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D93; }
p { color: rgb(204,93,147); }
H1.HeaderClassName
{
color: #CC5D93;
}
.AnyTagClassName
{
color: #CC5D93;
}
</style>
background-color css
<style>
a { background-color: #CC5D93; }
a { background-color: rgb(204,93,147); }
div.DivClassName
{
background-color: #CC5D93;
}
.BgClassName
{
background-color: #CC5D93;
}
</style>
border-color css
<style>
span { border-color: #CC5D93; }
span { border-color: rgb(204,93,147); }
td.TdClassName
{
border-color: #CC5D93;
}
.TagClassName
{
border-color: #CC5D93;
}
</style>