Shades of Bouquet #C079AB
Tints of Bouquet #C079AB
RGB
CMYK
RGB Variations
Color information
#C079AB (or 0xC079AB) is known color: Bouquet. HEX triplet: C0, 79 and AB. RGB value is (192,121,171). Sum of RGB (Red+Green+Blue) = 192+121+171=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C079AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079AB is #3F8654. Grayscale: #939393. Windows color (decimal): -4163157 or 11237824. OLE color: 11237824.
HSL color Cylindrical-coordinate representation of color #C079AB: hue angle of 317.75º 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 #C079AB is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 171 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.25 |
| HSL | 317.75º | 0.36% | 0.61% | - |
| HSV(B) | 317.75º | 0.37% | 0.75% | - |
| XYZ | 35.93 | 27.82 | 42 | - |
| YUV | 147.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 171 | 0 | 0.37 | 0.11 | 0.25 | 317.75 | 0.36 | 0.61 |
| Hex | C0 | 79 | AB | 0 | 25 | B | 19 | 13E | 24 | 3D |
| Octal | 300 | 171 | 253 | 0 | 45 | 13 | 31 | 476 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10101011 | 0 | 100101 | 1011 | 11001 | 100111110 | 100100 | 111101 |
Color Harmonies of #C079AB
Complementary color
Monochromatic Colors of #C079AB
Black with #C079AB
Text Example
Text Example
White with #C079AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079AB; }
p { color: rgb(192,121,171); }
H1.HeaderClassName
{
color: #C079AB;
}
.AnyTagClassName
{
color: #C079AB;
}
</style>
background-color css
<style>
a { background-color: #C079AB; }
a { background-color: rgb(192,121,171); }
div.DivClassName
{
background-color: #C079AB;
}
.BgClassName
{
background-color: #C079AB;
}
</style>
border-color css
<style>
span { border-color: #C079AB; }
span { border-color: rgb(192,121,171); }
td.TdClassName
{
border-color: #C079AB;
}
.TagClassName
{
border-color: #C079AB;
}
</style>