Shades of Hopbush #CC5D8A
Tints of Hopbush #CC5D8A
RGB
CMYK
RGB Variations
Color information
#CC5D8A (or 0xCC5D8A) is known color: Hopbush. HEX triplet: CC, 5D and 8A. RGB value is (204,93,138). Sum of RGB (Red+Green+Blue) = 204+93+138=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5D8A is #33A275. Grayscale: #838383. Windows color (decimal): -3383926 or 9067980. OLE color: 9067980.
HSL color Cylindrical-coordinate representation of color #CC5D8A: hue angle of 335.68º 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 #CC5D8A is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 138 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.2 |
| HSL | 335.68º | 0.52% | 0.58% | - |
| HSV(B) | 335.68º | 0.54% | 0.8% | - |
| XYZ | 33.4 | 22.5 | 26.63 | - |
| YUV | 131.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 138 | 0 | 0.54 | 0.32 | 0.2 | 335.68 | 0.52 | 0.58 |
| Hex | CC | 5D | 8A | 0 | 36 | 20 | 14 | 150 | 34 | 3A |
| Octal | 314 | 135 | 212 | 0 | 66 | 40 | 24 | 520 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10001010 | 0 | 110110 | 100000 | 10100 | 101010000 | 110100 | 111010 |
Color Harmonies of #CC5D8A
Complementary color
Monochromatic Colors of #CC5D8A
Black with #CC5D8A
Text Example
Text Example
White with #CC5D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D8A; }
p { color: rgb(204,93,138); }
H1.HeaderClassName
{
color: #CC5D8A;
}
.AnyTagClassName
{
color: #CC5D8A;
}
</style>
background-color css
<style>
a { background-color: #CC5D8A; }
a { background-color: rgb(204,93,138); }
div.DivClassName
{
background-color: #CC5D8A;
}
.BgClassName
{
background-color: #CC5D8A;
}
</style>
border-color css
<style>
span { border-color: #CC5D8A; }
span { border-color: rgb(204,93,138); }
td.TdClassName
{
border-color: #CC5D8A;
}
.TagClassName
{
border-color: #CC5D8A;
}
</style>