Shades of Hopbush #CC6AAB
Tints of Hopbush #CC6AAB
RGB
CMYK
RGB Variations
Color information
#CC6AAB (or 0xCC6AAB) is known color: Hopbush. HEX triplet: CC, 6A and AB. RGB value is (204,106,171). Sum of RGB (Red+Green+Blue) = 204+106+171=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6AAB is #339554. Grayscale: #8E8E8E. Windows color (decimal): -3380565 or 11233996. OLE color: 11233996.
HSL color Cylindrical-coordinate representation of color #CC6AAB: hue angle of 320.2º 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 #CC6AAB is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 171 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.2 |
| HSL | 320.2º | 0.49% | 0.61% | - |
| HSV(B) | 320.2º | 0.48% | 0.8% | - |
| XYZ | 37.41 | 26.09 | 41.59 | - |
| YUV | 142.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 171 | 0 | 0.48 | 0.16 | 0.2 | 320.2 | 0.49 | 0.61 |
| Hex | CC | 6A | AB | 0 | 30 | 10 | 14 | 140 | 31 | 3D |
| Octal | 314 | 152 | 253 | 0 | 60 | 20 | 24 | 500 | 61 | 75 |
| Binary | 11001100 | 1101010 | 10101011 | 0 | 110000 | 10000 | 10100 | 101000000 | 110001 | 111101 |
Color Harmonies of #CC6AAB
Complementary color
Monochromatic Colors of #CC6AAB
Black with #CC6AAB
Text Example
Text Example
White with #CC6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6AAB; }
p { color: rgb(204,106,171); }
H1.HeaderClassName
{
color: #CC6AAB;
}
.AnyTagClassName
{
color: #CC6AAB;
}
</style>
background-color css
<style>
a { background-color: #CC6AAB; }
a { background-color: rgb(204,106,171); }
div.DivClassName
{
background-color: #CC6AAB;
}
.BgClassName
{
background-color: #CC6AAB;
}
</style>
border-color css
<style>
span { border-color: #CC6AAB; }
span { border-color: rgb(204,106,171); }
td.TdClassName
{
border-color: #CC6AAB;
}
.TagClassName
{
border-color: #CC6AAB;
}
</style>