Shades of Hopbush #CC618C
Tints of Hopbush #CC618C
RGB
CMYK
RGB Variations
Color information
#CC618C (or 0xCC618C) is known color: Hopbush. HEX triplet: CC, 61 and 8C. RGB value is (204,97,140). Sum of RGB (Red+Green+Blue) = 204+97+140=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC618C is #339E73. Grayscale: #858585. Windows color (decimal): -3382900 or 9200076. OLE color: 9200076.
HSL color Cylindrical-coordinate representation of color #CC618C: hue angle of 335.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC618C is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 140 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.2 |
| HSL | 335.89º | 0.51% | 0.59% | - |
| HSV(B) | 335.89º | 0.52% | 0.8% | - |
| XYZ | 33.91 | 23.28 | 27.52 | - |
| YUV | 133.9 | 131.45 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 140 | 0 | 0.52 | 0.31 | 0.2 | 335.89 | 0.51 | 0.59 |
| Hex | CC | 61 | 8C | 0 | 34 | 1F | 14 | 150 | 33 | 3B |
| Octal | 314 | 141 | 214 | 0 | 64 | 37 | 24 | 520 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10001100 | 0 | 110100 | 11111 | 10100 | 101010000 | 110011 | 111011 |
Color Harmonies of #CC618C
Complementary color
Monochromatic Colors of #CC618C
Black with #CC618C
Text Example
Text Example
White with #CC618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC618C; }
p { color: rgb(204,97,140); }
H1.HeaderClassName
{
color: #CC618C;
}
.AnyTagClassName
{
color: #CC618C;
}
</style>
background-color css
<style>
a { background-color: #CC618C; }
a { background-color: rgb(204,97,140); }
div.DivClassName
{
background-color: #CC618C;
}
.BgClassName
{
background-color: #CC618C;
}
</style>
border-color css
<style>
span { border-color: #CC618C; }
span { border-color: rgb(204,97,140); }
td.TdClassName
{
border-color: #CC618C;
}
.TagClassName
{
border-color: #CC618C;
}
</style>