Shades of Hopbush #CC669D
Tints of Hopbush #CC669D
RGB
CMYK
RGB Variations
Color information
#CC669D (or 0xCC669D) is known color: Hopbush. HEX triplet: CC, 66 and 9D. RGB value is (204,102,157). Sum of RGB (Red+Green+Blue) = 204+102+157=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC669D is #339962. Grayscale: #8A8A8A. Windows color (decimal): -3381603 or 10315468. OLE color: 10315468.
HSL color Cylindrical-coordinate representation of color #CC669D: hue angle of 327.65º 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 #CC669D is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 157 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.2 |
| HSL | 327.65º | 0.5% | 0.6% | - |
| HSV(B) | 327.65º | 0.5% | 0.8% | - |
| XYZ | 35.74 | 24.77 | 34.8 | - |
| YUV | 138.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 157 | 0 | 0.5 | 0.23 | 0.2 | 327.65 | 0.5 | 0.6 |
| Hex | CC | 66 | 9D | 0 | 32 | 17 | 14 | 148 | 32 | 3C |
| Octal | 314 | 146 | 235 | 0 | 62 | 27 | 24 | 510 | 62 | 74 |
| Binary | 11001100 | 1100110 | 10011101 | 0 | 110010 | 10111 | 10100 | 101001000 | 110010 | 111100 |
Color Harmonies of #CC669D
Complementary color
Monochromatic Colors of #CC669D
Black with #CC669D
Text Example
Text Example
White with #CC669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC669D; }
p { color: rgb(204,102,157); }
H1.HeaderClassName
{
color: #CC669D;
}
.AnyTagClassName
{
color: #CC669D;
}
</style>
background-color css
<style>
a { background-color: #CC669D; }
a { background-color: rgb(204,102,157); }
div.DivClassName
{
background-color: #CC669D;
}
.BgClassName
{
background-color: #CC669D;
}
</style>
border-color css
<style>
span { border-color: #CC669D; }
span { border-color: rgb(204,102,157); }
td.TdClassName
{
border-color: #CC669D;
}
.TagClassName
{
border-color: #CC669D;
}
</style>