Shades of Hopbush #CC74A3
Tints of Hopbush #CC74A3
RGB
CMYK
RGB Variations
Color information
#CC74A3 (or 0xCC74A3) is known color: Hopbush. HEX triplet: CC, 74 and A3. RGB value is (204,116,163). Sum of RGB (Red+Green+Blue) = 204+116+163=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC74A3 is #338B5C. Grayscale: #939393. Windows color (decimal): -3378013 or 10712268. OLE color: 10712268.
HSL color Cylindrical-coordinate representation of color #CC74A3: hue angle of 327.95º 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 #CC74A3 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 163 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.2 |
| HSL | 327.95º | 0.46% | 0.63% | - |
| HSV(B) | 327.95º | 0.43% | 0.8% | - |
| XYZ | 37.76 | 27.97 | 38.06 | - |
| YUV | 147.67 | 136.65 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 163 | 0 | 0.43 | 0.20 | 0.2 | 327.95 | 0.46 | 0.63 |
| Hex | CC | 74 | A3 | 0 | 2B | 14 | 14 | 148 | 2E | 3F |
| Octal | 314 | 164 | 243 | 0 | 53 | 24 | 24 | 510 | 56 | 77 |
| Binary | 11001100 | 1110100 | 10100011 | 0 | 101011 | 10100 | 10100 | 101001000 | 101110 | 111111 |
Color Harmonies of #CC74A3
Complementary color
Monochromatic Colors of #CC74A3
Black with #CC74A3
Text Example
Text Example
White with #CC74A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74A3; }
p { color: rgb(204,116,163); }
H1.HeaderClassName
{
color: #CC74A3;
}
.AnyTagClassName
{
color: #CC74A3;
}
</style>
background-color css
<style>
a { background-color: #CC74A3; }
a { background-color: rgb(204,116,163); }
div.DivClassName
{
background-color: #CC74A3;
}
.BgClassName
{
background-color: #CC74A3;
}
</style>
border-color css
<style>
span { border-color: #CC74A3; }
span { border-color: rgb(204,116,163); }
td.TdClassName
{
border-color: #CC74A3;
}
.TagClassName
{
border-color: #CC74A3;
}
</style>