Shades of Bouquet #C077A9
Tints of Bouquet #C077A9
RGB
CMYK
RGB Variations
Color information
#C077A9 (or 0xC077A9) is known color: Bouquet. HEX triplet: C0, 77 and A9. RGB value is (192,119,169). Sum of RGB (Red+Green+Blue) = 192+119+169=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C077A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077A9 is #3F8856. Grayscale: #929292. Windows color (decimal): -4163671 or 11106240. OLE color: 11106240.
HSL color Cylindrical-coordinate representation of color #C077A9: hue angle of 318.9º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C077A9 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 169 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.25 |
| HSL | 318.9º | 0.37% | 0.61% | - |
| HSV(B) | 318.9º | 0.38% | 0.75% | - |
| XYZ | 35.5 | 27.26 | 40.93 | - |
| YUV | 146.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 169 | 0 | 0.38 | 0.12 | 0.25 | 318.9 | 0.37 | 0.61 |
| Hex | C0 | 77 | A9 | 0 | 26 | C | 19 | 13F | 25 | 3D |
| Octal | 300 | 167 | 251 | 0 | 46 | 14 | 31 | 477 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10101001 | 0 | 100110 | 1100 | 11001 | 100111111 | 100101 | 111101 |
Color Harmonies of #C077A9
Complementary color
Monochromatic Colors of #C077A9
Black with #C077A9
Text Example
Text Example
White with #C077A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077A9; }
p { color: rgb(192,119,169); }
H1.HeaderClassName
{
color: #C077A9;
}
.AnyTagClassName
{
color: #C077A9;
}
</style>
background-color css
<style>
a { background-color: #C077A9; }
a { background-color: rgb(192,119,169); }
div.DivClassName
{
background-color: #C077A9;
}
.BgClassName
{
background-color: #C077A9;
}
</style>
border-color css
<style>
span { border-color: #C077A9; }
span { border-color: rgb(192,119,169); }
td.TdClassName
{
border-color: #C077A9;
}
.TagClassName
{
border-color: #C077A9;
}
</style>