Shades of Hopbush #CC6698
Tints of Hopbush #CC6698
RGB
CMYK
RGB Variations
Color information
#CC6698 (or 0xCC6698) is known color: Hopbush. HEX triplet: CC, 66 and 98. RGB value is (204,102,152). Sum of RGB (Red+Green+Blue) = 204+102+152=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6698 is #339967. Grayscale: #8A8A8A. Windows color (decimal): -3381608 or 9987788. OLE color: 9987788.
HSL color Cylindrical-coordinate representation of color #CC6698: hue angle of 330.59º 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 #CC6698 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 152 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.2 |
| HSL | 330.59º | 0.5% | 0.6% | - |
| HSV(B) | 330.59º | 0.5% | 0.8% | - |
| XYZ | 35.32 | 24.61 | 32.59 | - |
| YUV | 138.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 152 | 0 | 0.5 | 0.25 | 0.2 | 330.59 | 0.5 | 0.6 |
| Hex | CC | 66 | 98 | 0 | 32 | 19 | 14 | 14B | 32 | 3C |
| Octal | 314 | 146 | 230 | 0 | 62 | 31 | 24 | 513 | 62 | 74 |
| Binary | 11001100 | 1100110 | 10011000 | 0 | 110010 | 11001 | 10100 | 101001011 | 110010 | 111100 |
Color Harmonies of #CC6698
Complementary color
Monochromatic Colors of #CC6698
Black with #CC6698
Text Example
Text Example
White with #CC6698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6698; }
p { color: rgb(204,102,152); }
H1.HeaderClassName
{
color: #CC6698;
}
.AnyTagClassName
{
color: #CC6698;
}
</style>
background-color css
<style>
a { background-color: #CC6698; }
a { background-color: rgb(204,102,152); }
div.DivClassName
{
background-color: #CC6698;
}
.BgClassName
{
background-color: #CC6698;
}
</style>
border-color css
<style>
span { border-color: #CC6698; }
span { border-color: rgb(204,102,152); }
td.TdClassName
{
border-color: #CC6698;
}
.TagClassName
{
border-color: #CC6698;
}
</style>