Shades of Hopbush #CC658C
Tints of Hopbush #CC658C
RGB
CMYK
RGB Variations
Color information
#CC658C (or 0xCC658C) is known color: Hopbush. HEX triplet: CC, 65 and 8C. RGB value is (204,101,140). Sum of RGB (Red+Green+Blue) = 204+101+140=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC658C is #339A73. Grayscale: #888888. Windows color (decimal): -3381876 or 9201100. OLE color: 9201100.
HSL color Cylindrical-coordinate representation of color #CC658C: hue angle of 337.28º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC658C is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 140 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.2 |
| HSL | 337.28º | 0.5% | 0.6% | - |
| HSV(B) | 337.28º | 0.5% | 0.8% | - |
| XYZ | 34.29 | 24.04 | 27.64 | - |
| YUV | 136.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 140 | 0 | 0.50 | 0.31 | 0.2 | 337.28 | 0.5 | 0.6 |
| Hex | CC | 65 | 8C | 0 | 32 | 1F | 14 | 151 | 32 | 3C |
| Octal | 314 | 145 | 214 | 0 | 62 | 37 | 24 | 521 | 62 | 74 |
| Binary | 11001100 | 1100101 | 10001100 | 0 | 110010 | 11111 | 10100 | 101010001 | 110010 | 111100 |
Color Harmonies of #CC658C
Complementary color
Monochromatic Colors of #CC658C
Black with #CC658C
Text Example
Text Example
White with #CC658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC658C; }
p { color: rgb(204,101,140); }
H1.HeaderClassName
{
color: #CC658C;
}
.AnyTagClassName
{
color: #CC658C;
}
</style>
background-color css
<style>
a { background-color: #CC658C; }
a { background-color: rgb(204,101,140); }
div.DivClassName
{
background-color: #CC658C;
}
.BgClassName
{
background-color: #CC658C;
}
</style>
border-color css
<style>
span { border-color: #CC658C; }
span { border-color: rgb(204,101,140); }
td.TdClassName
{
border-color: #CC658C;
}
.TagClassName
{
border-color: #CC658C;
}
</style>