Shades of Hopbush #CC6E8D
Tints of Hopbush #CC6E8D
RGB
CMYK
RGB Variations
Color information
#CC6E8D (or 0xCC6E8D) is known color: Hopbush. HEX triplet: CC, 6E and 8D. RGB value is (204,110,141). Sum of RGB (Red+Green+Blue) = 204+110+141=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6E8D is #339172. Grayscale: #8D8D8D. Windows color (decimal): -3379571 or 9268940. OLE color: 9268940.
HSL color Cylindrical-coordinate representation of color #CC6E8D: hue angle of 340.21º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6E8D is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 141 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.2 |
| HSL | 340.21º | 0.48% | 0.62% | - |
| HSV(B) | 340.21º | 0.46% | 0.8% | - |
| XYZ | 35.29 | 25.91 | 28.34 | - |
| YUV | 141.64 | 127.64 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 141 | 0 | 0.46 | 0.31 | 0.2 | 340.21 | 0.48 | 0.62 |
| Hex | CC | 6E | 8D | 0 | 2E | 1F | 14 | 154 | 30 | 3E |
| Octal | 314 | 156 | 215 | 0 | 56 | 37 | 24 | 524 | 60 | 76 |
| Binary | 11001100 | 1101110 | 10001101 | 0 | 101110 | 11111 | 10100 | 101010100 | 110000 | 111110 |
Color Harmonies of #CC6E8D
Complementary color
Monochromatic Colors of #CC6E8D
Black with #CC6E8D
Text Example
Text Example
White with #CC6E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E8D; }
p { color: rgb(204,110,141); }
H1.HeaderClassName
{
color: #CC6E8D;
}
.AnyTagClassName
{
color: #CC6E8D;
}
</style>
background-color css
<style>
a { background-color: #CC6E8D; }
a { background-color: rgb(204,110,141); }
div.DivClassName
{
background-color: #CC6E8D;
}
.BgClassName
{
background-color: #CC6E8D;
}
</style>
border-color css
<style>
span { border-color: #CC6E8D; }
span { border-color: rgb(204,110,141); }
td.TdClassName
{
border-color: #CC6E8D;
}
.TagClassName
{
border-color: #CC6E8D;
}
</style>