Shades of Hopbush #CC749C
Tints of Hopbush #CC749C
RGB
CMYK
RGB Variations
Color information
#CC749C (or 0xCC749C) is known color: Hopbush. HEX triplet: CC, 74 and 9C. RGB value is (204,116,156). Sum of RGB (Red+Green+Blue) = 204+116+156=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC749C is #338B63. Grayscale: #929292. Windows color (decimal): -3378020 or 10253516. OLE color: 10253516.
HSL color Cylindrical-coordinate representation of color #CC749C: hue angle of 332.73º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC749C is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 156 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.2 |
| HSL | 332.73º | 0.46% | 0.63% | - |
| HSV(B) | 332.73º | 0.43% | 0.8% | - |
| XYZ | 37.15 | 27.73 | 34.85 | - |
| YUV | 146.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 156 | 0 | 0.43 | 0.24 | 0.2 | 332.73 | 0.46 | 0.63 |
| Hex | CC | 74 | 9C | 0 | 2B | 18 | 14 | 14D | 2E | 3F |
| Octal | 314 | 164 | 234 | 0 | 53 | 30 | 24 | 515 | 56 | 77 |
| Binary | 11001100 | 1110100 | 10011100 | 0 | 101011 | 11000 | 10100 | 101001101 | 101110 | 111111 |
Color Harmonies of #CC749C
Complementary color
Monochromatic Colors of #CC749C
Black with #CC749C
Text Example
Text Example
White with #CC749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC749C; }
p { color: rgb(204,116,156); }
H1.HeaderClassName
{
color: #CC749C;
}
.AnyTagClassName
{
color: #CC749C;
}
</style>
background-color css
<style>
a { background-color: #CC749C; }
a { background-color: rgb(204,116,156); }
div.DivClassName
{
background-color: #CC749C;
}
.BgClassName
{
background-color: #CC749C;
}
</style>
border-color css
<style>
span { border-color: #CC749C; }
span { border-color: rgb(204,116,156); }
td.TdClassName
{
border-color: #CC749C;
}
.TagClassName
{
border-color: #CC749C;
}
</style>