Shades of Hopbush #CC6688
Tints of Hopbush #CC6688
RGB
CMYK
RGB Variations
Color information
#CC6688 (or 0xCC6688) is known color: Hopbush. HEX triplet: CC, 66 and 88. RGB value is (204,102,136). Sum of RGB (Red+Green+Blue) = 204+102+136=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6688 is #339977. Grayscale: #888888. Windows color (decimal): -3381624 or 8939212. OLE color: 8939212.
HSL color Cylindrical-coordinate representation of color #CC6688: hue angle of 340º 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 #CC6688 is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 136 | - |
| CMYK | 0 | 0.5 | 0.33 | 0.2 |
| HSL | 340º | 0.5% | 0.6% | - |
| HSV(B) | 340º | 0.5% | 0.8% | - |
| XYZ | 34.1 | 24.12 | 26.15 | - |
| YUV | 136.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 136 | 0 | 0.5 | 0.33 | 0.2 | 340 | 0.5 | 0.6 |
| Hex | CC | 66 | 88 | 0 | 32 | 21 | 14 | 154 | 32 | 3C |
| Octal | 314 | 146 | 210 | 0 | 62 | 41 | 24 | 524 | 62 | 74 |
| Binary | 11001100 | 1100110 | 10001000 | 0 | 110010 | 100001 | 10100 | 101010100 | 110010 | 111100 |
Color Harmonies of #CC6688
Complementary color
Monochromatic Colors of #CC6688
Black with #CC6688
Text Example
Text Example
White with #CC6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6688; }
p { color: rgb(204,102,136); }
H1.HeaderClassName
{
color: #CC6688;
}
.AnyTagClassName
{
color: #CC6688;
}
</style>
background-color css
<style>
a { background-color: #CC6688; }
a { background-color: rgb(204,102,136); }
div.DivClassName
{
background-color: #CC6688;
}
.BgClassName
{
background-color: #CC6688;
}
</style>
border-color css
<style>
span { border-color: #CC6688; }
span { border-color: rgb(204,102,136); }
td.TdClassName
{
border-color: #CC6688;
}
.TagClassName
{
border-color: #CC6688;
}
</style>