Shades of Hopbush #CC658F
Tints of Hopbush #CC658F
RGB
CMYK
RGB Variations
Color information
#CC658F (or 0xCC658F) is known color: Hopbush. HEX triplet: CC, 65 and 8F. RGB value is (204,101,143). Sum of RGB (Red+Green+Blue) = 204+101+143=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC658F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC658F is #339A70. Grayscale: #888888. Windows color (decimal): -3381873 or 9397708. OLE color: 9397708.
HSL color Cylindrical-coordinate representation of color #CC658F: hue angle of 335.53º 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 #CC658F is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 143 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.2 |
| HSL | 335.53º | 0.5% | 0.6% | - |
| HSV(B) | 335.53º | 0.5% | 0.8% | - |
| XYZ | 34.51 | 24.13 | 28.82 | - |
| YUV | 136.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 143 | 0 | 0.50 | 0.30 | 0.2 | 335.53 | 0.5 | 0.6 |
| Hex | CC | 65 | 8F | 0 | 32 | 1E | 14 | 150 | 32 | 3C |
| Octal | 314 | 145 | 217 | 0 | 62 | 36 | 24 | 520 | 62 | 74 |
| Binary | 11001100 | 1100101 | 10001111 | 0 | 110010 | 11110 | 10100 | 101010000 | 110010 | 111100 |
Color Harmonies of #CC658F
Complementary color
Monochromatic Colors of #CC658F
Black with #CC658F
Text Example
Text Example
White with #CC658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC658F; }
p { color: rgb(204,101,143); }
H1.HeaderClassName
{
color: #CC658F;
}
.AnyTagClassName
{
color: #CC658F;
}
</style>
background-color css
<style>
a { background-color: #CC658F; }
a { background-color: rgb(204,101,143); }
div.DivClassName
{
background-color: #CC658F;
}
.BgClassName
{
background-color: #CC658F;
}
</style>
border-color css
<style>
span { border-color: #CC658F; }
span { border-color: rgb(204,101,143); }
td.TdClassName
{
border-color: #CC658F;
}
.TagClassName
{
border-color: #CC658F;
}
</style>