Shades of Bouquet #C077A3
Tints of Bouquet #C077A3
RGB
CMYK
RGB Variations
Color information
#C077A3 (or 0xC077A3) is known color: Bouquet. HEX triplet: C0, 77 and A3. RGB value is (192,119,163). Sum of RGB (Red+Green+Blue) = 192+119+163=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C077A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077A3 is #3F885C. Grayscale: #919191. Windows color (decimal): -4163677 or 10713024. OLE color: 10713024.
HSL color Cylindrical-coordinate representation of color #C077A3: hue angle of 323.84º 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 #C077A3 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 163 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.25 |
| HSL | 323.84º | 0.37% | 0.61% | - |
| HSV(B) | 323.84º | 0.38% | 0.75% | - |
| XYZ | 34.95 | 27.04 | 38.03 | - |
| YUV | 145.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 163 | 0 | 0.38 | 0.15 | 0.25 | 323.84 | 0.37 | 0.61 |
| Hex | C0 | 77 | A3 | 0 | 26 | F | 19 | 144 | 25 | 3D |
| Octal | 300 | 167 | 243 | 0 | 46 | 17 | 31 | 504 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10100011 | 0 | 100110 | 1111 | 11001 | 101000100 | 100101 | 111101 |
Color Harmonies of #C077A3
Complementary color
Monochromatic Colors of #C077A3
Black with #C077A3
Text Example
Text Example
White with #C077A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077A3; }
p { color: rgb(192,119,163); }
H1.HeaderClassName
{
color: #C077A3;
}
.AnyTagClassName
{
color: #C077A3;
}
</style>
background-color css
<style>
a { background-color: #C077A3; }
a { background-color: rgb(192,119,163); }
div.DivClassName
{
background-color: #C077A3;
}
.BgClassName
{
background-color: #C077A3;
}
</style>
border-color css
<style>
span { border-color: #C077A3; }
span { border-color: rgb(192,119,163); }
td.TdClassName
{
border-color: #C077A3;
}
.TagClassName
{
border-color: #C077A3;
}
</style>