Shades of Bouquet #C076A6
Tints of Bouquet #C076A6
RGB
CMYK
RGB Variations
Color information
#C076A6 (or 0xC076A6) is known color: Bouquet. HEX triplet: C0, 76 and A6. RGB value is (192,118,166). Sum of RGB (Red+Green+Blue) = 192+118+166=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C076A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C076A6 is #3F8959. Grayscale: #919191. Windows color (decimal): -4163930 or 10909376. OLE color: 10909376.
HSL color Cylindrical-coordinate representation of color #C076A6: hue angle of 321.08º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C076A6 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 166 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.25 |
| HSL | 321.08º | 0.37% | 0.61% | - |
| HSV(B) | 321.08º | 0.39% | 0.75% | - |
| XYZ | 35.1 | 26.92 | 39.42 | - |
| YUV | 145.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 166 | 0 | 0.39 | 0.14 | 0.25 | 321.08 | 0.37 | 0.61 |
| Hex | C0 | 76 | A6 | 0 | 27 | E | 19 | 141 | 25 | 3D |
| Octal | 300 | 166 | 246 | 0 | 47 | 16 | 31 | 501 | 45 | 75 |
| Binary | 11000000 | 1110110 | 10100110 | 0 | 100111 | 1110 | 11001 | 101000001 | 100101 | 111101 |
Color Harmonies of #C076A6
Complementary color
Monochromatic Colors of #C076A6
Black with #C076A6
Text Example
Text Example
White with #C076A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076A6; }
p { color: rgb(192,118,166); }
H1.HeaderClassName
{
color: #C076A6;
}
.AnyTagClassName
{
color: #C076A6;
}
</style>
background-color css
<style>
a { background-color: #C076A6; }
a { background-color: rgb(192,118,166); }
div.DivClassName
{
background-color: #C076A6;
}
.BgClassName
{
background-color: #C076A6;
}
</style>
border-color css
<style>
span { border-color: #C076A6; }
span { border-color: rgb(192,118,166); }
td.TdClassName
{
border-color: #C076A6;
}
.TagClassName
{
border-color: #C076A6;
}
</style>