Shades of Bouquet #C079A4
Tints of Bouquet #C079A4
RGB
CMYK
RGB Variations
Color information
#C079A4 (or 0xC079A4) is known color: Bouquet. HEX triplet: C0, 79 and A4. RGB value is (192,121,164). Sum of RGB (Red+Green+Blue) = 192+121+164=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C079A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079A4 is #3F865B. Grayscale: #939393. Windows color (decimal): -4163164 or 10779072. OLE color: 10779072.
HSL color Cylindrical-coordinate representation of color #C079A4: hue angle of 323.66º 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 #C079A4 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 164 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.25 |
| HSL | 323.66º | 0.36% | 0.61% | - |
| HSV(B) | 323.66º | 0.37% | 0.75% | - |
| XYZ | 35.28 | 27.56 | 38.58 | - |
| YUV | 147.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 164 | 0 | 0.37 | 0.15 | 0.25 | 323.66 | 0.36 | 0.61 |
| Hex | C0 | 79 | A4 | 0 | 25 | F | 19 | 144 | 24 | 3D |
| Octal | 300 | 171 | 244 | 0 | 45 | 17 | 31 | 504 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10100100 | 0 | 100101 | 1111 | 11001 | 101000100 | 100100 | 111101 |
Color Harmonies of #C079A4
Complementary color
Monochromatic Colors of #C079A4
Black with #C079A4
Text Example
Text Example
White with #C079A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079A4; }
p { color: rgb(192,121,164); }
H1.HeaderClassName
{
color: #C079A4;
}
.AnyTagClassName
{
color: #C079A4;
}
</style>
background-color css
<style>
a { background-color: #C079A4; }
a { background-color: rgb(192,121,164); }
div.DivClassName
{
background-color: #C079A4;
}
.BgClassName
{
background-color: #C079A4;
}
</style>
border-color css
<style>
span { border-color: #C079A4; }
span { border-color: rgb(192,121,164); }
td.TdClassName
{
border-color: #C079A4;
}
.TagClassName
{
border-color: #C079A4;
}
</style>