Shades of Hopbush #CC679C
Tints of Hopbush #CC679C
RGB
CMYK
RGB Variations
Color information
#CC679C (or 0xCC679C) is known color: Hopbush. HEX triplet: CC, 67 and 9C. RGB value is (204,103,156). Sum of RGB (Red+Green+Blue) = 204+103+156=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC679C is #339863. Grayscale: #8B8B8B. Windows color (decimal): -3381348 or 10250188. OLE color: 10250188.
HSL color Cylindrical-coordinate representation of color #CC679C: hue angle of 328.51º 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 #CC679C is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 156 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.2 |
| HSL | 328.51º | 0.5% | 0.6% | - |
| HSV(B) | 328.51º | 0.5% | 0.8% | - |
| XYZ | 35.75 | 24.94 | 34.38 | - |
| YUV | 139.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 156 | 0 | 0.50 | 0.24 | 0.2 | 328.51 | 0.5 | 0.6 |
| Hex | CC | 67 | 9C | 0 | 32 | 18 | 14 | 149 | 32 | 3C |
| Octal | 314 | 147 | 234 | 0 | 62 | 30 | 24 | 511 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10011100 | 0 | 110010 | 11000 | 10100 | 101001001 | 110010 | 111100 |
Color Harmonies of #CC679C
Complementary color
Monochromatic Colors of #CC679C
Black with #CC679C
Text Example
Text Example
White with #CC679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC679C; }
p { color: rgb(204,103,156); }
H1.HeaderClassName
{
color: #CC679C;
}
.AnyTagClassName
{
color: #CC679C;
}
</style>
background-color css
<style>
a { background-color: #CC679C; }
a { background-color: rgb(204,103,156); }
div.DivClassName
{
background-color: #CC679C;
}
.BgClassName
{
background-color: #CC679C;
}
</style>
border-color css
<style>
span { border-color: #CC679C; }
span { border-color: rgb(204,103,156); }
td.TdClassName
{
border-color: #CC679C;
}
.TagClassName
{
border-color: #CC679C;
}
</style>