Shades of Hopbush #CC6FAC
Tints of Hopbush #CC6FAC
RGB
CMYK
RGB Variations
Color information
#CC6FAC (or 0xCC6FAC) is known color: Hopbush. HEX triplet: CC, 6F and AC. RGB value is (204,111,172). Sum of RGB (Red+Green+Blue) = 204+111+172=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6FAC is #339053. Grayscale: #919191. Windows color (decimal): -3379284 or 11300812. OLE color: 11300812.
HSL color Cylindrical-coordinate representation of color #CC6FAC: hue angle of 320.65º 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 #CC6FAC is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 172 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.2 |
| HSL | 320.65º | 0.48% | 0.62% | - |
| HSV(B) | 320.65º | 0.46% | 0.8% | - |
| XYZ | 38.03 | 27.18 | 42.27 | - |
| YUV | 145.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 172 | 0 | 0.46 | 0.16 | 0.2 | 320.65 | 0.48 | 0.62 |
| Hex | CC | 6F | AC | 0 | 2E | 10 | 14 | 141 | 30 | 3E |
| Octal | 314 | 157 | 254 | 0 | 56 | 20 | 24 | 501 | 60 | 76 |
| Binary | 11001100 | 1101111 | 10101100 | 0 | 101110 | 10000 | 10100 | 101000001 | 110000 | 111110 |
Color Harmonies of #CC6FAC
Complementary color
Monochromatic Colors of #CC6FAC
Black with #CC6FAC
Text Example
Text Example
White with #CC6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FAC; }
p { color: rgb(204,111,172); }
H1.HeaderClassName
{
color: #CC6FAC;
}
.AnyTagClassName
{
color: #CC6FAC;
}
</style>
background-color css
<style>
a { background-color: #CC6FAC; }
a { background-color: rgb(204,111,172); }
div.DivClassName
{
background-color: #CC6FAC;
}
.BgClassName
{
background-color: #CC6FAC;
}
</style>
border-color css
<style>
span { border-color: #CC6FAC; }
span { border-color: rgb(204,111,172); }
td.TdClassName
{
border-color: #CC6FAC;
}
.TagClassName
{
border-color: #CC6FAC;
}
</style>