Shades of Bouquet #C078A6
Tints of Bouquet #C078A6
RGB
CMYK
RGB Variations
Color information
#C078A6 (or 0xC078A6) is known color: Bouquet. HEX triplet: C0, 78 and A6. RGB value is (192,120,166). Sum of RGB (Red+Green+Blue) = 192+120+166=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C078A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078A6 is #3F8759. Grayscale: #929292. Windows color (decimal): -4163418 or 10909888. OLE color: 10909888.
HSL color Cylindrical-coordinate representation of color #C078A6: hue angle of 321.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C078A6 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 166 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.25 |
| HSL | 321.67º | 0.36% | 0.61% | - |
| HSV(B) | 321.67º | 0.38% | 0.75% | - |
| XYZ | 35.34 | 27.39 | 39.5 | - |
| YUV | 146.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 166 | 0 | 0.38 | 0.14 | 0.25 | 321.67 | 0.36 | 0.61 |
| Hex | C0 | 78 | A6 | 0 | 26 | E | 19 | 142 | 24 | 3D |
| Octal | 300 | 170 | 246 | 0 | 46 | 16 | 31 | 502 | 44 | 75 |
| Binary | 11000000 | 1111000 | 10100110 | 0 | 100110 | 1110 | 11001 | 101000010 | 100100 | 111101 |
Color Harmonies of #C078A6
Complementary color
Monochromatic Colors of #C078A6
Black with #C078A6
Text Example
Text Example
White with #C078A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078A6; }
p { color: rgb(192,120,166); }
H1.HeaderClassName
{
color: #C078A6;
}
.AnyTagClassName
{
color: #C078A6;
}
</style>
background-color css
<style>
a { background-color: #C078A6; }
a { background-color: rgb(192,120,166); }
div.DivClassName
{
background-color: #C078A6;
}
.BgClassName
{
background-color: #C078A6;
}
</style>
border-color css
<style>
span { border-color: #C078A6; }
span { border-color: rgb(192,120,166); }
td.TdClassName
{
border-color: #C078A6;
}
.TagClassName
{
border-color: #C078A6;
}
</style>