Shades of Hopbush #CC769D
Tints of Hopbush #CC769D
RGB
CMYK
RGB Variations
Color information
#CC769D (or 0xCC769D) is known color: Hopbush. HEX triplet: CC, 76 and 9D. RGB value is (204,118,157). Sum of RGB (Red+Green+Blue) = 204+118+157=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC769D is #338962. Grayscale: #949494. Windows color (decimal): -3377507 or 10319564. OLE color: 10319564.
HSL color Cylindrical-coordinate representation of color #CC769D: hue angle of 332.79º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC769D is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 157 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.2 |
| HSL | 332.79º | 0.46% | 0.63% | - |
| HSV(B) | 332.79º | 0.42% | 0.8% | - |
| XYZ | 37.47 | 28.23 | 35.37 | - |
| YUV | 148.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 157 | 0 | 0.42 | 0.23 | 0.2 | 332.79 | 0.46 | 0.63 |
| Hex | CC | 76 | 9D | 0 | 2A | 17 | 14 | 14D | 2E | 3F |
| Octal | 314 | 166 | 235 | 0 | 52 | 27 | 24 | 515 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10011101 | 0 | 101010 | 10111 | 10100 | 101001101 | 101110 | 111111 |
Color Harmonies of #CC769D
Complementary color
Monochromatic Colors of #CC769D
Black with #CC769D
Text Example
Text Example
White with #CC769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC769D; }
p { color: rgb(204,118,157); }
H1.HeaderClassName
{
color: #CC769D;
}
.AnyTagClassName
{
color: #CC769D;
}
</style>
background-color css
<style>
a { background-color: #CC769D; }
a { background-color: rgb(204,118,157); }
div.DivClassName
{
background-color: #CC769D;
}
.BgClassName
{
background-color: #CC769D;
}
</style>
border-color css
<style>
span { border-color: #CC769D; }
span { border-color: rgb(204,118,157); }
td.TdClassName
{
border-color: #CC769D;
}
.TagClassName
{
border-color: #CC769D;
}
</style>