Shades of Bouquet #C078A8
Tints of Bouquet #C078A8
RGB
CMYK
RGB Variations
Color information
#C078A8 (or 0xC078A8) is known color: Bouquet. HEX triplet: C0, 78 and A8. RGB value is (192,120,168). Sum of RGB (Red+Green+Blue) = 192+120+168=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C078A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078A8 is #3F8757. Grayscale: #929292. Windows color (decimal): -4163416 or 11040960. OLE color: 11040960.
HSL color Cylindrical-coordinate representation of color #C078A8: hue angle of 320º 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 #C078A8 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 168 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.25 |
| HSL | 320º | 0.36% | 0.61% | - |
| HSV(B) | 320º | 0.38% | 0.75% | - |
| XYZ | 35.52 | 27.47 | 40.48 | - |
| YUV | 147 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 168 | 0 | 0.38 | 0.12 | 0.25 | 320 | 0.36 | 0.61 |
| Hex | C0 | 78 | A8 | 0 | 26 | C | 19 | 140 | 24 | 3D |
| Octal | 300 | 170 | 250 | 0 | 46 | 14 | 31 | 500 | 44 | 75 |
| Binary | 11000000 | 1111000 | 10101000 | 0 | 100110 | 1100 | 11001 | 101000000 | 100100 | 111101 |
Color Harmonies of #C078A8
Complementary color
Monochromatic Colors of #C078A8
Black with #C078A8
Text Example
Text Example
White with #C078A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078A8; }
p { color: rgb(192,120,168); }
H1.HeaderClassName
{
color: #C078A8;
}
.AnyTagClassName
{
color: #C078A8;
}
</style>
background-color css
<style>
a { background-color: #C078A8; }
a { background-color: rgb(192,120,168); }
div.DivClassName
{
background-color: #C078A8;
}
.BgClassName
{
background-color: #C078A8;
}
</style>
border-color css
<style>
span { border-color: #C078A8; }
span { border-color: rgb(192,120,168); }
td.TdClassName
{
border-color: #C078A8;
}
.TagClassName
{
border-color: #C078A8;
}
</style>