Shades of Hopbush #CC6699
Tints of Hopbush #CC6699
RGB
CMYK
RGB Variations
Color information
#CC6699 (or 0xCC6699) is known color: Hopbush. HEX triplet: CC, 66 and 99. RGB value is (204,102,153). Sum of RGB (Red+Green+Blue) = 204+102+153=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6699 is a web safe color. Inversed color of #CC6699 is #339966. Grayscale: #8A8A8A. Windows color (decimal): -3381607 or 10053324. OLE color: 10053324.
HSL color Cylindrical-coordinate representation of color #CC6699: hue angle of 330º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6699 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 102 | 153 | - |
CMYK | 0 | 0.5 | 0.25 | 0.2 |
HSL | 330º | 0.5% | 0.6% | - |
HSV(B) | 330º | 0.5% | 0.8% | - |
XYZ | 35.4 | 24.64 | 33.03 | - |
YUV | 138.31 | 136.29 | 174.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 102 | 153 | 0 | 0.5 | 0.25 | 0.2 | 330 | 0.5 | 0.6 |
Hex | CC | 66 | 99 | 0 | 32 | 19 | 14 | 14A | 32 | 3C |
Octal | 314 | 146 | 231 | 0 | 62 | 31 | 24 | 512 | 62 | 74 |
Binary | 11001100 | 1100110 | 10011001 | 0 | 110010 | 11001 | 10100 | 101001010 | 110010 | 111100 |
Color Harmonies of #CC6699
Complementary color
Monochromatic Colors of #CC6699
Black with #CC6699
Text Example
Text Example
White with #CC6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6699; }
p { color: rgb(204,102,153); }
H1.HeaderClassName
{
color: #CC6699;
}
.AnyTagClassName
{
color: #CC6699;
}
</style>
background-color css
<style>
a { background-color: #CC6699; }
a { background-color: rgb(204,102,153); }
div.DivClassName
{
background-color: #CC6699;
}
.BgClassName
{
background-color: #CC6699;
}
</style>
border-color css
<style>
span { border-color: #CC6699; }
span { border-color: rgb(204,102,153); }
td.TdClassName
{
border-color: #CC6699;
}
.TagClassName
{
border-color: #CC6699;
}
</style>