Shades of Hopbush #CC6AA1
Tints of Hopbush #CC6AA1
RGB
CMYK
RGB Variations
Color information
#CC6AA1 (or 0xCC6AA1) is known color: Hopbush. HEX triplet: CC, 6A and A1. RGB value is (204,106,161). Sum of RGB (Red+Green+Blue) = 204+106+161=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6AA1 is #33955E. Grayscale: #8D8D8D. Windows color (decimal): -3380575 or 10578636. OLE color: 10578636.
HSL color Cylindrical-coordinate representation of color #CC6AA1: hue angle of 326.33º 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 #CC6AA1 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 161 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.2 |
| HSL | 326.33º | 0.49% | 0.61% | - |
| HSV(B) | 326.33º | 0.48% | 0.8% | - |
| XYZ | 36.49 | 25.72 | 36.76 | - |
| YUV | 141.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 161 | 0 | 0.48 | 0.21 | 0.2 | 326.33 | 0.49 | 0.61 |
| Hex | CC | 6A | A1 | 0 | 30 | 15 | 14 | 146 | 31 | 3D |
| Octal | 314 | 152 | 241 | 0 | 60 | 25 | 24 | 506 | 61 | 75 |
| Binary | 11001100 | 1101010 | 10100001 | 0 | 110000 | 10101 | 10100 | 101000110 | 110001 | 111101 |
Color Harmonies of #CC6AA1
Complementary color
Monochromatic Colors of #CC6AA1
Black with #CC6AA1
Text Example
Text Example
White with #CC6AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6AA1; }
p { color: rgb(204,106,161); }
H1.HeaderClassName
{
color: #CC6AA1;
}
.AnyTagClassName
{
color: #CC6AA1;
}
</style>
background-color css
<style>
a { background-color: #CC6AA1; }
a { background-color: rgb(204,106,161); }
div.DivClassName
{
background-color: #CC6AA1;
}
.BgClassName
{
background-color: #CC6AA1;
}
</style>
border-color css
<style>
span { border-color: #CC6AA1; }
span { border-color: rgb(204,106,161); }
td.TdClassName
{
border-color: #CC6AA1;
}
.TagClassName
{
border-color: #CC6AA1;
}
</style>