Shades of Bouquet #C079AC
Tints of Bouquet #C079AC
RGB
CMYK
RGB Variations
Color information
#C079AC (or 0xC079AC) is known color: Bouquet. HEX triplet: C0, 79 and AC. RGB value is (192,121,172). Sum of RGB (Red+Green+Blue) = 192+121+172=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C079AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079AC is #3F8653. Grayscale: #939393. Windows color (decimal): -4163156 or 11303360. OLE color: 11303360.
HSL color Cylindrical-coordinate representation of color #C079AC: hue angle of 316.9º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C079AC is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 172 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.25 |
| HSL | 316.9º | 0.36% | 0.61% | - |
| HSV(B) | 316.9º | 0.37% | 0.75% | - |
| XYZ | 36.02 | 27.86 | 42.51 | - |
| YUV | 148.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 172 | 0 | 0.37 | 0.10 | 0.25 | 316.9 | 0.36 | 0.61 |
| Hex | C0 | 79 | AC | 0 | 25 | A | 19 | 13D | 24 | 3D |
| Octal | 300 | 171 | 254 | 0 | 45 | 12 | 31 | 475 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10101100 | 0 | 100101 | 1010 | 11001 | 100111101 | 100100 | 111101 |
Color Harmonies of #C079AC
Complementary color
Monochromatic Colors of #C079AC
Black with #C079AC
Text Example
Text Example
White with #C079AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079AC; }
p { color: rgb(192,121,172); }
H1.HeaderClassName
{
color: #C079AC;
}
.AnyTagClassName
{
color: #C079AC;
}
</style>
background-color css
<style>
a { background-color: #C079AC; }
a { background-color: rgb(192,121,172); }
div.DivClassName
{
background-color: #C079AC;
}
.BgClassName
{
background-color: #C079AC;
}
</style>
border-color css
<style>
span { border-color: #C079AC; }
span { border-color: rgb(192,121,172); }
td.TdClassName
{
border-color: #C079AC;
}
.TagClassName
{
border-color: #C079AC;
}
</style>