Shades of Hopbush #CC79A1
Tints of Hopbush #CC79A1
RGB
CMYK
RGB Variations
Color information
#CC79A1 (or 0xCC79A1) is known color: Hopbush. HEX triplet: CC, 79 and A1. RGB value is (204,121,161). Sum of RGB (Red+Green+Blue) = 204+121+161=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC79A1 is #33865E. Grayscale: #969696. Windows color (decimal): -3376735 or 10582476. OLE color: 10582476.
HSL color Cylindrical-coordinate representation of color #CC79A1: hue angle of 331.08º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC79A1 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 161 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.2 |
| HSL | 331.08º | 0.45% | 0.64% | - |
| HSV(B) | 331.08º | 0.41% | 0.8% | - |
| XYZ | 38.17 | 29.09 | 37.32 | - |
| YUV | 150.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 161 | 0 | 0.41 | 0.21 | 0.2 | 331.08 | 0.45 | 0.64 |
| Hex | CC | 79 | A1 | 0 | 29 | 15 | 14 | 14B | 2D | 40 |
| Octal | 314 | 171 | 241 | 0 | 51 | 25 | 24 | 513 | 55 | 100 |
| Binary | 11001100 | 1111001 | 10100001 | 0 | 101001 | 10101 | 10100 | 101001011 | 101101 | 1000000 |
Color Harmonies of #CC79A1
Complementary color
Monochromatic Colors of #CC79A1
Black with #CC79A1
Text Example
Text Example
White with #CC79A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC79A1; }
p { color: rgb(204,121,161); }
H1.HeaderClassName
{
color: #CC79A1;
}
.AnyTagClassName
{
color: #CC79A1;
}
</style>
background-color css
<style>
a { background-color: #CC79A1; }
a { background-color: rgb(204,121,161); }
div.DivClassName
{
background-color: #CC79A1;
}
.BgClassName
{
background-color: #CC79A1;
}
</style>
border-color css
<style>
span { border-color: #CC79A1; }
span { border-color: rgb(204,121,161); }
td.TdClassName
{
border-color: #CC79A1;
}
.TagClassName
{
border-color: #CC79A1;
}
</style>