Shades of Hopbush #CC6695
Tints of Hopbush #CC6695
RGB
CMYK
RGB Variations
Color information
#CC6695 (or 0xCC6695) is known color: Hopbush. HEX triplet: CC, 66 and 95. RGB value is (204,102,149). Sum of RGB (Red+Green+Blue) = 204+102+149=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6695 is #33996A. Grayscale: #898989. Windows color (decimal): -3381611 or 9791180. OLE color: 9791180.
HSL color Cylindrical-coordinate representation of color #CC6695: hue angle of 332.35º 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 #CC6695 is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 149 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.2 |
| HSL | 332.35º | 0.5% | 0.6% | - |
| HSV(B) | 332.35º | 0.5% | 0.8% | - |
| XYZ | 35.08 | 24.51 | 31.32 | - |
| YUV | 137.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 149 | 0 | 0.5 | 0.27 | 0.2 | 332.35 | 0.5 | 0.6 |
| Hex | CC | 66 | 95 | 0 | 32 | 1B | 14 | 14C | 32 | 3C |
| Octal | 314 | 146 | 225 | 0 | 62 | 33 | 24 | 514 | 62 | 74 |
| Binary | 11001100 | 1100110 | 10010101 | 0 | 110010 | 11011 | 10100 | 101001100 | 110010 | 111100 |
Color Harmonies of #CC6695
Complementary color
Monochromatic Colors of #CC6695
Black with #CC6695
Text Example
Text Example
White with #CC6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6695; }
p { color: rgb(204,102,149); }
H1.HeaderClassName
{
color: #CC6695;
}
.AnyTagClassName
{
color: #CC6695;
}
</style>
background-color css
<style>
a { background-color: #CC6695; }
a { background-color: rgb(204,102,149); }
div.DivClassName
{
background-color: #CC6695;
}
.BgClassName
{
background-color: #CC6695;
}
</style>
border-color css
<style>
span { border-color: #CC6695; }
span { border-color: rgb(204,102,149); }
td.TdClassName
{
border-color: #CC6695;
}
.TagClassName
{
border-color: #CC6695;
}
</style>