Shades of Hopbush #CC69AA
Tints of Hopbush #CC69AA
RGB
CMYK
RGB Variations
Color information
#CC69AA (or 0xCC69AA) is known color: Hopbush. HEX triplet: CC, 69 and AA. RGB value is (204,105,170). Sum of RGB (Red+Green+Blue) = 204+105+170=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC69AA is #339655. Grayscale: #8D8D8D. Windows color (decimal): -3380822 or 11168204. OLE color: 11168204.
HSL color Cylindrical-coordinate representation of color #CC69AA: hue angle of 320.61º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC69AA is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 170 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.2 |
| HSL | 320.61º | 0.49% | 0.61% | - |
| HSV(B) | 320.61º | 0.49% | 0.8% | - |
| XYZ | 37.21 | 25.84 | 41.06 | - |
| YUV | 142.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 170 | 0 | 0.49 | 0.17 | 0.2 | 320.61 | 0.49 | 0.61 |
| Hex | CC | 69 | AA | 0 | 31 | 11 | 14 | 141 | 31 | 3D |
| Octal | 314 | 151 | 252 | 0 | 61 | 21 | 24 | 501 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10101010 | 0 | 110001 | 10001 | 10100 | 101000001 | 110001 | 111101 |
Color Harmonies of #CC69AA
Complementary color
Monochromatic Colors of #CC69AA
Black with #CC69AA
Text Example
Text Example
White with #CC69AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69AA; }
p { color: rgb(204,105,170); }
H1.HeaderClassName
{
color: #CC69AA;
}
.AnyTagClassName
{
color: #CC69AA;
}
</style>
background-color css
<style>
a { background-color: #CC69AA; }
a { background-color: rgb(204,105,170); }
div.DivClassName
{
background-color: #CC69AA;
}
.BgClassName
{
background-color: #CC69AA;
}
</style>
border-color css
<style>
span { border-color: #CC69AA; }
span { border-color: rgb(204,105,170); }
td.TdClassName
{
border-color: #CC69AA;
}
.TagClassName
{
border-color: #CC69AA;
}
</style>