Shades of Hopbush #CC6FA6
Tints of Hopbush #CC6FA6
RGB
CMYK
RGB Variations
Color information
#CC6FA6 (or 0xCC6FA6) is known color: Hopbush. HEX triplet: CC, 6F and A6. RGB value is (204,111,166). Sum of RGB (Red+Green+Blue) = 204+111+166=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6FA6 is #339059. Grayscale: #909090. Windows color (decimal): -3379290 or 10907596. OLE color: 10907596.
HSL color Cylindrical-coordinate representation of color #CC6FA6: hue angle of 324.52º 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 #CC6FA6 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 166 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.2 |
| HSL | 324.52º | 0.48% | 0.62% | - |
| HSV(B) | 324.52º | 0.46% | 0.8% | - |
| XYZ | 37.47 | 26.96 | 39.31 | - |
| YUV | 145.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 166 | 0 | 0.46 | 0.19 | 0.2 | 324.52 | 0.48 | 0.62 |
| Hex | CC | 6F | A6 | 0 | 2E | 13 | 14 | 145 | 30 | 3E |
| Octal | 314 | 157 | 246 | 0 | 56 | 23 | 24 | 505 | 60 | 76 |
| Binary | 11001100 | 1101111 | 10100110 | 0 | 101110 | 10011 | 10100 | 101000101 | 110000 | 111110 |
Color Harmonies of #CC6FA6
Complementary color
Monochromatic Colors of #CC6FA6
Black with #CC6FA6
Text Example
Text Example
White with #CC6FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FA6; }
p { color: rgb(204,111,166); }
H1.HeaderClassName
{
color: #CC6FA6;
}
.AnyTagClassName
{
color: #CC6FA6;
}
</style>
background-color css
<style>
a { background-color: #CC6FA6; }
a { background-color: rgb(204,111,166); }
div.DivClassName
{
background-color: #CC6FA6;
}
.BgClassName
{
background-color: #CC6FA6;
}
</style>
border-color css
<style>
span { border-color: #CC6FA6; }
span { border-color: rgb(204,111,166); }
td.TdClassName
{
border-color: #CC6FA6;
}
.TagClassName
{
border-color: #CC6FA6;
}
</style>