Shades of Hopbush #CC648C
Tints of Hopbush #CC648C
RGB
CMYK
RGB Variations
Color information
#CC648C (or 0xCC648C) is known color: Hopbush. HEX triplet: CC, 64 and 8C. RGB value is (204,100,140). Sum of RGB (Red+Green+Blue) = 204+100+140=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC648C is #339B73. Grayscale: #878787. Windows color (decimal): -3382132 or 9200844. OLE color: 9200844.
HSL color Cylindrical-coordinate representation of color #CC648C: hue angle of 336.92º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC648C is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 140 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.2 |
| HSL | 336.92º | 0.5% | 0.6% | - |
| HSV(B) | 336.92º | 0.51% | 0.8% | - |
| XYZ | 34.19 | 23.85 | 27.61 | - |
| YUV | 135.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 140 | 0 | 0.51 | 0.31 | 0.2 | 336.92 | 0.5 | 0.6 |
| Hex | CC | 64 | 8C | 0 | 33 | 1F | 14 | 151 | 32 | 3C |
| Octal | 314 | 144 | 214 | 0 | 63 | 37 | 24 | 521 | 62 | 74 |
| Binary | 11001100 | 1100100 | 10001100 | 0 | 110011 | 11111 | 10100 | 101010001 | 110010 | 111100 |
Color Harmonies of #CC648C
Complementary color
Monochromatic Colors of #CC648C
Black with #CC648C
Text Example
Text Example
White with #CC648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC648C; }
p { color: rgb(204,100,140); }
H1.HeaderClassName
{
color: #CC648C;
}
.AnyTagClassName
{
color: #CC648C;
}
</style>
background-color css
<style>
a { background-color: #CC648C; }
a { background-color: rgb(204,100,140); }
div.DivClassName
{
background-color: #CC648C;
}
.BgClassName
{
background-color: #CC648C;
}
</style>
border-color css
<style>
span { border-color: #CC648C; }
span { border-color: rgb(204,100,140); }
td.TdClassName
{
border-color: #CC648C;
}
.TagClassName
{
border-color: #CC648C;
}
</style>