Shades of Hopbush #CC7CAC
Tints of Hopbush #CC7CAC
RGB
CMYK
RGB Variations
Color information
#CC7CAC (or 0xCC7CAC) is known color: Hopbush. HEX triplet: CC, 7C and AC. RGB value is (204,124,172). Sum of RGB (Red+Green+Blue) = 204+124+172=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7CAC is #338353. Grayscale: #999999. Windows color (decimal): -3375956 or 11304140. OLE color: 11304140.
HSL color Cylindrical-coordinate representation of color #CC7CAC: hue angle of 324º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7CAC is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 172 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.2 |
| HSL | 324º | 0.44% | 0.64% | - |
| HSV(B) | 324º | 0.39% | 0.8% | - |
| XYZ | 39.56 | 30.23 | 42.78 | - |
| YUV | 153.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 172 | 0 | 0.39 | 0.16 | 0.2 | 324 | 0.44 | 0.64 |
| Hex | CC | 7C | AC | 0 | 27 | 10 | 14 | 144 | 2C | 40 |
| Octal | 314 | 174 | 254 | 0 | 47 | 20 | 24 | 504 | 54 | 100 |
| Binary | 11001100 | 1111100 | 10101100 | 0 | 100111 | 10000 | 10100 | 101000100 | 101100 | 1000000 |
Color Harmonies of #CC7CAC
Complementary color
Monochromatic Colors of #CC7CAC
Black with #CC7CAC
Text Example
Text Example
White with #CC7CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7CAC; }
p { color: rgb(204,124,172); }
H1.HeaderClassName
{
color: #CC7CAC;
}
.AnyTagClassName
{
color: #CC7CAC;
}
</style>
background-color css
<style>
a { background-color: #CC7CAC; }
a { background-color: rgb(204,124,172); }
div.DivClassName
{
background-color: #CC7CAC;
}
.BgClassName
{
background-color: #CC7CAC;
}
</style>
border-color css
<style>
span { border-color: #CC7CAC; }
span { border-color: rgb(204,124,172); }
td.TdClassName
{
border-color: #CC7CAC;
}
.TagClassName
{
border-color: #CC7CAC;
}
</style>