Shades of Hopbush #CC6CAA
Tints of Hopbush #CC6CAA
RGB
CMYK
RGB Variations
Color information
#CC6CAA (or 0xCC6CAA) is known color: Hopbush. HEX triplet: CC, 6C and AA. RGB value is (204,108,170). Sum of RGB (Red+Green+Blue) = 204+108+170=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6CAA is #339355. Grayscale: #8F8F8F. Windows color (decimal): -3380054 or 11168972. OLE color: 11168972.
HSL color Cylindrical-coordinate representation of color #CC6CAA: hue angle of 321.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6CAA is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 170 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.2 |
| HSL | 321.25º | 0.48% | 0.61% | - |
| HSV(B) | 321.25º | 0.47% | 0.8% | - |
| XYZ | 37.52 | 26.46 | 41.16 | - |
| YUV | 143.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 170 | 0 | 0.47 | 0.17 | 0.2 | 321.25 | 0.48 | 0.61 |
| Hex | CC | 6C | AA | 0 | 2F | 11 | 14 | 141 | 30 | 3D |
| Octal | 314 | 154 | 252 | 0 | 57 | 21 | 24 | 501 | 60 | 75 |
| Binary | 11001100 | 1101100 | 10101010 | 0 | 101111 | 10001 | 10100 | 101000001 | 110000 | 111101 |
Color Harmonies of #CC6CAA
Complementary color
Monochromatic Colors of #CC6CAA
Black with #CC6CAA
Text Example
Text Example
White with #CC6CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CAA; }
p { color: rgb(204,108,170); }
H1.HeaderClassName
{
color: #CC6CAA;
}
.AnyTagClassName
{
color: #CC6CAA;
}
</style>
background-color css
<style>
a { background-color: #CC6CAA; }
a { background-color: rgb(204,108,170); }
div.DivClassName
{
background-color: #CC6CAA;
}
.BgClassName
{
background-color: #CC6CAA;
}
</style>
border-color css
<style>
span { border-color: #CC6CAA; }
span { border-color: rgb(204,108,170); }
td.TdClassName
{
border-color: #CC6CAA;
}
.TagClassName
{
border-color: #CC6CAA;
}
</style>