Shades of Bouquet #C077AE
Tints of Bouquet #C077AE
RGB
CMYK
RGB Variations
Color information
#C077AE (or 0xC077AE) is known color: Bouquet. HEX triplet: C0, 77 and AE. RGB value is (192,119,174). Sum of RGB (Red+Green+Blue) = 192+119+174=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C077AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077AE is #3F8851. Grayscale: #929292. Windows color (decimal): -4163666 or 11433920. OLE color: 11433920.
HSL color Cylindrical-coordinate representation of color #C077AE: hue angle of 314.79º 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 #C077AE is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 174 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.25 |
| HSL | 314.79º | 0.37% | 0.61% | - |
| HSV(B) | 314.79º | 0.38% | 0.75% | - |
| XYZ | 35.98 | 27.46 | 43.45 | - |
| YUV | 147.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 174 | 0 | 0.38 | 0.09 | 0.25 | 314.79 | 0.37 | 0.61 |
| Hex | C0 | 77 | AE | 0 | 26 | 9 | 19 | 13B | 25 | 3D |
| Octal | 300 | 167 | 256 | 0 | 46 | 11 | 31 | 473 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10101110 | 0 | 100110 | 1001 | 11001 | 100111011 | 100101 | 111101 |
Color Harmonies of #C077AE
Complementary color
Monochromatic Colors of #C077AE
Black with #C077AE
Text Example
Text Example
White with #C077AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077AE; }
p { color: rgb(192,119,174); }
H1.HeaderClassName
{
color: #C077AE;
}
.AnyTagClassName
{
color: #C077AE;
}
</style>
background-color css
<style>
a { background-color: #C077AE; }
a { background-color: rgb(192,119,174); }
div.DivClassName
{
background-color: #C077AE;
}
.BgClassName
{
background-color: #C077AE;
}
</style>
border-color css
<style>
span { border-color: #C077AE; }
span { border-color: rgb(192,119,174); }
td.TdClassName
{
border-color: #C077AE;
}
.TagClassName
{
border-color: #C077AE;
}
</style>