Shades of Hopbush #CC6D8D
Tints of Hopbush #CC6D8D
RGB
CMYK
RGB Variations
Color information
#CC6D8D (or 0xCC6D8D) is known color: Hopbush. HEX triplet: CC, 6D and 8D. RGB value is (204,109,141). Sum of RGB (Red+Green+Blue) = 204+109+141=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6D8D is #339272. Grayscale: #8D8D8D. Windows color (decimal): -3379827 or 9268684. OLE color: 9268684.
HSL color Cylindrical-coordinate representation of color #CC6D8D: hue angle of 339.79º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6D8D is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 141 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.2 |
| HSL | 339.79º | 0.48% | 0.61% | - |
| HSV(B) | 339.79º | 0.47% | 0.8% | - |
| XYZ | 35.18 | 25.7 | 28.31 | - |
| YUV | 141.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 141 | 0 | 0.47 | 0.31 | 0.2 | 339.79 | 0.48 | 0.61 |
| Hex | CC | 6D | 8D | 0 | 2F | 1F | 14 | 154 | 30 | 3D |
| Octal | 314 | 155 | 215 | 0 | 57 | 37 | 24 | 524 | 60 | 75 |
| Binary | 11001100 | 1101101 | 10001101 | 0 | 101111 | 11111 | 10100 | 101010100 | 110000 | 111101 |
Color Harmonies of #CC6D8D
Complementary color
Monochromatic Colors of #CC6D8D
Black with #CC6D8D
Text Example
Text Example
White with #CC6D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D8D; }
p { color: rgb(204,109,141); }
H1.HeaderClassName
{
color: #CC6D8D;
}
.AnyTagClassName
{
color: #CC6D8D;
}
</style>
background-color css
<style>
a { background-color: #CC6D8D; }
a { background-color: rgb(204,109,141); }
div.DivClassName
{
background-color: #CC6D8D;
}
.BgClassName
{
background-color: #CC6D8D;
}
</style>
border-color css
<style>
span { border-color: #CC6D8D; }
span { border-color: rgb(204,109,141); }
td.TdClassName
{
border-color: #CC6D8D;
}
.TagClassName
{
border-color: #CC6D8D;
}
</style>