Shades of Bouquet #C077A5
Tints of Bouquet #C077A5
RGB
CMYK
RGB Variations
Color information
#C077A5 (or 0xC077A5) is known color: Bouquet. HEX triplet: C0, 77 and A5. RGB value is (192,119,165). Sum of RGB (Red+Green+Blue) = 192+119+165=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C077A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077A5 is #3F885A. Grayscale: #919191. Windows color (decimal): -4163675 or 10844096. OLE color: 10844096.
HSL color Cylindrical-coordinate representation of color #C077A5: hue angle of 322.19º 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 #C077A5 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 165 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.25 |
| HSL | 322.19º | 0.37% | 0.61% | - |
| HSV(B) | 322.19º | 0.38% | 0.75% | - |
| XYZ | 35.13 | 27.12 | 38.98 | - |
| YUV | 146.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 165 | 0 | 0.38 | 0.14 | 0.25 | 322.19 | 0.37 | 0.61 |
| Hex | C0 | 77 | A5 | 0 | 26 | E | 19 | 142 | 25 | 3D |
| Octal | 300 | 167 | 245 | 0 | 46 | 16 | 31 | 502 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10100101 | 0 | 100110 | 1110 | 11001 | 101000010 | 100101 | 111101 |
Color Harmonies of #C077A5
Complementary color
Monochromatic Colors of #C077A5
Black with #C077A5
Text Example
Text Example
White with #C077A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077A5; }
p { color: rgb(192,119,165); }
H1.HeaderClassName
{
color: #C077A5;
}
.AnyTagClassName
{
color: #C077A5;
}
</style>
background-color css
<style>
a { background-color: #C077A5; }
a { background-color: rgb(192,119,165); }
div.DivClassName
{
background-color: #C077A5;
}
.BgClassName
{
background-color: #C077A5;
}
</style>
border-color css
<style>
span { border-color: #C077A5; }
span { border-color: rgb(192,119,165); }
td.TdClassName
{
border-color: #C077A5;
}
.TagClassName
{
border-color: #C077A5;
}
</style>