Shades of Bouquet #C076A9
Tints of Bouquet #C076A9
RGB
CMYK
RGB Variations
Color information
#C076A9 (or 0xC076A9) is known color: Bouquet. HEX triplet: C0, 76 and A9. RGB value is (192,118,169). Sum of RGB (Red+Green+Blue) = 192+118+169=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C076A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C076A9 is #3F8956. Grayscale: #919191. Windows color (decimal): -4163927 or 11105984. OLE color: 11105984.
HSL color Cylindrical-coordinate representation of color #C076A9: hue angle of 318.65º 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 #C076A9 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 169 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.25 |
| HSL | 318.65º | 0.37% | 0.61% | - |
| HSV(B) | 318.65º | 0.39% | 0.75% | - |
| XYZ | 35.38 | 27.03 | 40.89 | - |
| YUV | 145.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 169 | 0 | 0.39 | 0.12 | 0.25 | 318.65 | 0.37 | 0.61 |
| Hex | C0 | 76 | A9 | 0 | 27 | C | 19 | 13F | 25 | 3D |
| Octal | 300 | 166 | 251 | 0 | 47 | 14 | 31 | 477 | 45 | 75 |
| Binary | 11000000 | 1110110 | 10101001 | 0 | 100111 | 1100 | 11001 | 100111111 | 100101 | 111101 |
Color Harmonies of #C076A9
Complementary color
Monochromatic Colors of #C076A9
Black with #C076A9
Text Example
Text Example
White with #C076A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076A9; }
p { color: rgb(192,118,169); }
H1.HeaderClassName
{
color: #C076A9;
}
.AnyTagClassName
{
color: #C076A9;
}
</style>
background-color css
<style>
a { background-color: #C076A9; }
a { background-color: rgb(192,118,169); }
div.DivClassName
{
background-color: #C076A9;
}
.BgClassName
{
background-color: #C076A9;
}
</style>
border-color css
<style>
span { border-color: #C076A9; }
span { border-color: rgb(192,118,169); }
td.TdClassName
{
border-color: #C076A9;
}
.TagClassName
{
border-color: #C076A9;
}
</style>