Shades of Hopbush #CC6AAF
Tints of Hopbush #CC6AAF
RGB
CMYK
RGB Variations
Color information
#CC6AAF (or 0xCC6AAF) is known color: Hopbush. HEX triplet: CC, 6A and AF. RGB value is (204,106,175). Sum of RGB (Red+Green+Blue) = 204+106+175=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6AAF is #339550. Grayscale: #8E8E8E. Windows color (decimal): -3380561 or 11496140. OLE color: 11496140.
HSL color Cylindrical-coordinate representation of color #CC6AAF: hue angle of 317.76º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6AAF is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 175 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.2 |
| HSL | 317.76º | 0.49% | 0.61% | - |
| HSV(B) | 317.76º | 0.48% | 0.8% | - |
| XYZ | 37.79 | 26.24 | 43.63 | - |
| YUV | 143.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 175 | 0 | 0.48 | 0.14 | 0.2 | 317.76 | 0.49 | 0.61 |
| Hex | CC | 6A | AF | 0 | 30 | E | 14 | 13E | 31 | 3D |
| Octal | 314 | 152 | 257 | 0 | 60 | 16 | 24 | 476 | 61 | 75 |
| Binary | 11001100 | 1101010 | 10101111 | 0 | 110000 | 1110 | 10100 | 100111110 | 110001 | 111101 |
Color Harmonies of #CC6AAF
Complementary color
Monochromatic Colors of #CC6AAF
Black with #CC6AAF
Text Example
Text Example
White with #CC6AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6AAF; }
p { color: rgb(204,106,175); }
H1.HeaderClassName
{
color: #CC6AAF;
}
.AnyTagClassName
{
color: #CC6AAF;
}
</style>
background-color css
<style>
a { background-color: #CC6AAF; }
a { background-color: rgb(204,106,175); }
div.DivClassName
{
background-color: #CC6AAF;
}
.BgClassName
{
background-color: #CC6AAF;
}
</style>
border-color css
<style>
span { border-color: #CC6AAF; }
span { border-color: rgb(204,106,175); }
td.TdClassName
{
border-color: #CC6AAF;
}
.TagClassName
{
border-color: #CC6AAF;
}
</style>