Shades of Hopbush #CC659D
Tints of Hopbush #CC659D
RGB
CMYK
RGB Variations
Color information
#CC659D (or 0xCC659D) is known color: Hopbush. HEX triplet: CC, 65 and 9D. RGB value is (204,101,157). Sum of RGB (Red+Green+Blue) = 204+101+157=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC659D is #339A62. Grayscale: #8A8A8A. Windows color (decimal): -3381859 or 10315212. OLE color: 10315212.
HSL color Cylindrical-coordinate representation of color #CC659D: hue angle of 327.38º 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 #CC659D is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 157 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.2 |
| HSL | 327.38º | 0.5% | 0.6% | - |
| HSV(B) | 327.38º | 0.5% | 0.8% | - |
| XYZ | 35.64 | 24.58 | 34.76 | - |
| YUV | 138.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 157 | 0 | 0.50 | 0.23 | 0.2 | 327.38 | 0.5 | 0.6 |
| Hex | CC | 65 | 9D | 0 | 32 | 17 | 14 | 147 | 32 | 3C |
| Octal | 314 | 145 | 235 | 0 | 62 | 27 | 24 | 507 | 62 | 74 |
| Binary | 11001100 | 1100101 | 10011101 | 0 | 110010 | 10111 | 10100 | 101000111 | 110010 | 111100 |
Color Harmonies of #CC659D
Complementary color
Monochromatic Colors of #CC659D
Black with #CC659D
Text Example
Text Example
White with #CC659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC659D; }
p { color: rgb(204,101,157); }
H1.HeaderClassName
{
color: #CC659D;
}
.AnyTagClassName
{
color: #CC659D;
}
</style>
background-color css
<style>
a { background-color: #CC659D; }
a { background-color: rgb(204,101,157); }
div.DivClassName
{
background-color: #CC659D;
}
.BgClassName
{
background-color: #CC659D;
}
</style>
border-color css
<style>
span { border-color: #CC659D; }
span { border-color: rgb(204,101,157); }
td.TdClassName
{
border-color: #CC659D;
}
.TagClassName
{
border-color: #CC659D;
}
</style>