Shades of Hopbush #CC5D92
Tints of Hopbush #CC5D92
RGB
CMYK
RGB Variations
Color information
#CC5D92 (or 0xCC5D92) is known color: Hopbush. HEX triplet: CC, 5D and 92. RGB value is (204,93,146). Sum of RGB (Red+Green+Blue) = 204+93+146=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5D92 is #33A26D. Grayscale: #848484. Windows color (decimal): -3383918 or 9592268. OLE color: 9592268.
HSL color Cylindrical-coordinate representation of color #CC5D92: hue angle of 331.35º 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 #CC5D92 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 146 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.2 |
| HSL | 331.35º | 0.52% | 0.58% | - |
| HSV(B) | 331.35º | 0.54% | 0.8% | - |
| XYZ | 34 | 22.74 | 29.79 | - |
| YUV | 132.23 | 135.77 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 146 | 0 | 0.54 | 0.28 | 0.2 | 331.35 | 0.52 | 0.58 |
| Hex | CC | 5D | 92 | 0 | 36 | 1C | 14 | 14B | 34 | 3A |
| Octal | 314 | 135 | 222 | 0 | 66 | 34 | 24 | 513 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10010010 | 0 | 110110 | 11100 | 10100 | 101001011 | 110100 | 111010 |
Color Harmonies of #CC5D92
Complementary color
Monochromatic Colors of #CC5D92
Black with #CC5D92
Text Example
Text Example
White with #CC5D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D92; }
p { color: rgb(204,93,146); }
H1.HeaderClassName
{
color: #CC5D92;
}
.AnyTagClassName
{
color: #CC5D92;
}
</style>
background-color css
<style>
a { background-color: #CC5D92; }
a { background-color: rgb(204,93,146); }
div.DivClassName
{
background-color: #CC5D92;
}
.BgClassName
{
background-color: #CC5D92;
}
</style>
border-color css
<style>
span { border-color: #CC5D92; }
span { border-color: rgb(204,93,146); }
td.TdClassName
{
border-color: #CC5D92;
}
.TagClassName
{
border-color: #CC5D92;
}
</style>