Shades of Hopbush #CC74A6
Tints of Hopbush #CC74A6
RGB
CMYK
RGB Variations
Color information
#CC74A6 (or 0xCC74A6) is known color: Hopbush. HEX triplet: CC, 74 and A6. RGB value is (204,116,166). Sum of RGB (Red+Green+Blue) = 204+116+166=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC74A6 is #338B59. Grayscale: #939393. Windows color (decimal): -3378010 or 10908876. OLE color: 10908876.
HSL color Cylindrical-coordinate representation of color #CC74A6: hue angle of 325.91º 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 #CC74A6 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 166 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.2 |
| HSL | 325.91º | 0.46% | 0.63% | - |
| HSV(B) | 325.91º | 0.43% | 0.8% | - |
| XYZ | 38.03 | 28.08 | 39.49 | - |
| YUV | 148.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 166 | 0 | 0.43 | 0.19 | 0.2 | 325.91 | 0.46 | 0.63 |
| Hex | CC | 74 | A6 | 0 | 2B | 13 | 14 | 146 | 2E | 3F |
| Octal | 314 | 164 | 246 | 0 | 53 | 23 | 24 | 506 | 56 | 77 |
| Binary | 11001100 | 1110100 | 10100110 | 0 | 101011 | 10011 | 10100 | 101000110 | 101110 | 111111 |
Color Harmonies of #CC74A6
Complementary color
Monochromatic Colors of #CC74A6
Black with #CC74A6
Text Example
Text Example
White with #CC74A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74A6; }
p { color: rgb(204,116,166); }
H1.HeaderClassName
{
color: #CC74A6;
}
.AnyTagClassName
{
color: #CC74A6;
}
</style>
background-color css
<style>
a { background-color: #CC74A6; }
a { background-color: rgb(204,116,166); }
div.DivClassName
{
background-color: #CC74A6;
}
.BgClassName
{
background-color: #CC74A6;
}
</style>
border-color css
<style>
span { border-color: #CC74A6; }
span { border-color: rgb(204,116,166); }
td.TdClassName
{
border-color: #CC74A6;
}
.TagClassName
{
border-color: #CC74A6;
}
</style>