Shades of Hopbush #C4769A
Tints of Hopbush #C4769A
RGB
CMYK
RGB Variations
Color information
#C4769A (or 0xC4769A) is known color: Hopbush. HEX triplet: C4, 76 and 9A. RGB value is (196,118,154). Sum of RGB (Red+Green+Blue) = 196+118+154=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4769A is #3B8965. Grayscale: #919191. Windows color (decimal): -3901798 or 10122948. OLE color: 10122948.
HSL color Cylindrical-coordinate representation of color #C4769A: hue angle of 332.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4769A is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 154 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.23 |
| HSL | 332.31º | 0.4% | 0.62% | - |
| HSV(B) | 332.31º | 0.4% | 0.77% | - |
| XYZ | 35.08 | 27.03 | 33.94 | - |
| YUV | 145.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 154 | 0 | 0.40 | 0.21 | 0.23 | 332.31 | 0.4 | 0.62 |
| Hex | C4 | 76 | 9A | 0 | 28 | 15 | 17 | 14C | 28 | 3E |
| Octal | 304 | 166 | 232 | 0 | 50 | 25 | 27 | 514 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10011010 | 0 | 101000 | 10101 | 10111 | 101001100 | 101000 | 111110 |
Color Harmonies of #C4769A
Complementary color
Monochromatic Colors of #C4769A
Black with #C4769A
Text Example
Text Example
White with #C4769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4769A; }
p { color: rgb(196,118,154); }
H1.HeaderClassName
{
color: #C4769A;
}
.AnyTagClassName
{
color: #C4769A;
}
</style>
background-color css
<style>
a { background-color: #C4769A; }
a { background-color: rgb(196,118,154); }
div.DivClassName
{
background-color: #C4769A;
}
.BgClassName
{
background-color: #C4769A;
}
</style>
border-color css
<style>
span { border-color: #C4769A; }
span { border-color: rgb(196,118,154); }
td.TdClassName
{
border-color: #C4769A;
}
.TagClassName
{
border-color: #C4769A;
}
</style>