Shades of Hopbush #CC658D
Tints of Hopbush #CC658D
RGB
CMYK
RGB Variations
Color information
#CC658D (or 0xCC658D) is known color: Hopbush. HEX triplet: CC, 65 and 8D. RGB value is (204,101,141). Sum of RGB (Red+Green+Blue) = 204+101+141=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC658D is #339A72. Grayscale: #888888. Windows color (decimal): -3381875 or 9266636. OLE color: 9266636.
HSL color Cylindrical-coordinate representation of color #CC658D: hue angle of 336.7º 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 #CC658D is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 141 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.2 |
| HSL | 336.7º | 0.5% | 0.6% | - |
| HSV(B) | 336.7º | 0.5% | 0.8% | - |
| XYZ | 34.36 | 24.07 | 28.03 | - |
| YUV | 136.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 141 | 0 | 0.50 | 0.31 | 0.2 | 336.7 | 0.5 | 0.6 |
| Hex | CC | 65 | 8D | 0 | 32 | 1F | 14 | 151 | 32 | 3C |
| Octal | 314 | 145 | 215 | 0 | 62 | 37 | 24 | 521 | 62 | 74 |
| Binary | 11001100 | 1100101 | 10001101 | 0 | 110010 | 11111 | 10100 | 101010001 | 110010 | 111100 |
Color Harmonies of #CC658D
Complementary color
Monochromatic Colors of #CC658D
Black with #CC658D
Text Example
Text Example
White with #CC658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC658D; }
p { color: rgb(204,101,141); }
H1.HeaderClassName
{
color: #CC658D;
}
.AnyTagClassName
{
color: #CC658D;
}
</style>
background-color css
<style>
a { background-color: #CC658D; }
a { background-color: rgb(204,101,141); }
div.DivClassName
{
background-color: #CC658D;
}
.BgClassName
{
background-color: #CC658D;
}
</style>
border-color css
<style>
span { border-color: #CC658D; }
span { border-color: rgb(204,101,141); }
td.TdClassName
{
border-color: #CC658D;
}
.TagClassName
{
border-color: #CC658D;
}
</style>