Shades of Bouquet #C079A7
Tints of Bouquet #C079A7
RGB
CMYK
RGB Variations
Color information
#C079A7 (or 0xC079A7) is known color: Bouquet. HEX triplet: C0, 79 and A7. RGB value is (192,121,167). Sum of RGB (Red+Green+Blue) = 192+121+167=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C079A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079A7 is #3F8658. Grayscale: #939393. Windows color (decimal): -4163161 or 10975680. OLE color: 10975680.
HSL color Cylindrical-coordinate representation of color #C079A7: hue angle of 321.13º 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 #C079A7 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 167 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.25 |
| HSL | 321.13º | 0.36% | 0.61% | - |
| HSV(B) | 321.13º | 0.37% | 0.75% | - |
| XYZ | 35.55 | 27.67 | 40.03 | - |
| YUV | 147.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 167 | 0 | 0.37 | 0.13 | 0.25 | 321.13 | 0.36 | 0.61 |
| Hex | C0 | 79 | A7 | 0 | 25 | D | 19 | 141 | 24 | 3D |
| Octal | 300 | 171 | 247 | 0 | 45 | 15 | 31 | 501 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10100111 | 0 | 100101 | 1101 | 11001 | 101000001 | 100100 | 111101 |
Color Harmonies of #C079A7
Complementary color
Monochromatic Colors of #C079A7
Black with #C079A7
Text Example
Text Example
White with #C079A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079A7; }
p { color: rgb(192,121,167); }
H1.HeaderClassName
{
color: #C079A7;
}
.AnyTagClassName
{
color: #C079A7;
}
</style>
background-color css
<style>
a { background-color: #C079A7; }
a { background-color: rgb(192,121,167); }
div.DivClassName
{
background-color: #C079A7;
}
.BgClassName
{
background-color: #C079A7;
}
</style>
border-color css
<style>
span { border-color: #C079A7; }
span { border-color: rgb(192,121,167); }
td.TdClassName
{
border-color: #C079A7;
}
.TagClassName
{
border-color: #C079A7;
}
</style>