Shades of Hopbush #CC74AB
Tints of Hopbush #CC74AB
RGB
CMYK
RGB Variations
Color information
#CC74AB (or 0xCC74AB) is known color: Hopbush. HEX triplet: CC, 74 and AB. RGB value is (204,116,171). Sum of RGB (Red+Green+Blue) = 204+116+171=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC74AB is #338B54. Grayscale: #949494. Windows color (decimal): -3378005 or 11236556. OLE color: 11236556.
HSL color Cylindrical-coordinate representation of color #CC74AB: hue angle of 322.5º 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 #CC74AB is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 171 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.2 |
| HSL | 322.5º | 0.46% | 0.63% | - |
| HSV(B) | 322.5º | 0.43% | 0.8% | - |
| XYZ | 38.5 | 28.27 | 41.96 | - |
| YUV | 148.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 171 | 0 | 0.43 | 0.16 | 0.2 | 322.5 | 0.46 | 0.63 |
| Hex | CC | 74 | AB | 0 | 2B | 10 | 14 | 142 | 2E | 3F |
| Octal | 314 | 164 | 253 | 0 | 53 | 20 | 24 | 502 | 56 | 77 |
| Binary | 11001100 | 1110100 | 10101011 | 0 | 101011 | 10000 | 10100 | 101000010 | 101110 | 111111 |
Color Harmonies of #CC74AB
Complementary color
Monochromatic Colors of #CC74AB
Black with #CC74AB
Text Example
Text Example
White with #CC74AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74AB; }
p { color: rgb(204,116,171); }
H1.HeaderClassName
{
color: #CC74AB;
}
.AnyTagClassName
{
color: #CC74AB;
}
</style>
background-color css
<style>
a { background-color: #CC74AB; }
a { background-color: rgb(204,116,171); }
div.DivClassName
{
background-color: #CC74AB;
}
.BgClassName
{
background-color: #CC74AB;
}
</style>
border-color css
<style>
span { border-color: #CC74AB; }
span { border-color: rgb(204,116,171); }
td.TdClassName
{
border-color: #CC74AB;
}
.TagClassName
{
border-color: #CC74AB;
}
</style>