Shades of Hopbush #CC669F
Tints of Hopbush #CC669F
RGB
CMYK
RGB Variations
Color information
#CC669F (or 0xCC669F) is known color: Hopbush. HEX triplet: CC, 66 and 9F. RGB value is (204,102,159). Sum of RGB (Red+Green+Blue) = 204+102+159=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC669F is #339960. Grayscale: #8A8A8A. Windows color (decimal): -3381601 or 10446540. OLE color: 10446540.
HSL color Cylindrical-coordinate representation of color #CC669F: hue angle of 326.47º 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 #CC669F is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 159 | - |
| CMYK | 0 | 0.5 | 0.22 | 0.2 |
| HSL | 326.47º | 0.5% | 0.6% | - |
| HSV(B) | 326.47º | 0.5% | 0.8% | - |
| XYZ | 35.91 | 24.84 | 35.7 | - |
| YUV | 139 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 159 | 0 | 0.5 | 0.22 | 0.2 | 326.47 | 0.5 | 0.6 |
| Hex | CC | 66 | 9F | 0 | 32 | 16 | 14 | 146 | 32 | 3C |
| Octal | 314 | 146 | 237 | 0 | 62 | 26 | 24 | 506 | 62 | 74 |
| Binary | 11001100 | 1100110 | 10011111 | 0 | 110010 | 10110 | 10100 | 101000110 | 110010 | 111100 |
Color Harmonies of #CC669F
Complementary color
Monochromatic Colors of #CC669F
Black with #CC669F
Text Example
Text Example
White with #CC669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC669F; }
p { color: rgb(204,102,159); }
H1.HeaderClassName
{
color: #CC669F;
}
.AnyTagClassName
{
color: #CC669F;
}
</style>
background-color css
<style>
a { background-color: #CC669F; }
a { background-color: rgb(204,102,159); }
div.DivClassName
{
background-color: #CC669F;
}
.BgClassName
{
background-color: #CC669F;
}
</style>
border-color css
<style>
span { border-color: #CC669F; }
span { border-color: rgb(204,102,159); }
td.TdClassName
{
border-color: #CC669F;
}
.TagClassName
{
border-color: #CC669F;
}
</style>