Shades of Bouquet #C078AD
Tints of Bouquet #C078AD
RGB
CMYK
RGB Variations
Color information
#C078AD (or 0xC078AD) is known color: Bouquet. HEX triplet: C0, 78 and AD. RGB value is (192,120,173). Sum of RGB (Red+Green+Blue) = 192+120+173=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C078AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078AD is #3F8752. Grayscale: #939393. Windows color (decimal): -4163411 or 11368640. OLE color: 11368640.
HSL color Cylindrical-coordinate representation of color #C078AD: hue angle of 315.83º 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 #C078AD is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 173 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.25 |
| HSL | 315.83º | 0.36% | 0.61% | - |
| HSV(B) | 315.83º | 0.38% | 0.75% | - |
| XYZ | 36 | 27.66 | 42.98 | - |
| YUV | 147.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 173 | 0 | 0.38 | 0.10 | 0.25 | 315.83 | 0.36 | 0.61 |
| Hex | C0 | 78 | AD | 0 | 26 | A | 19 | 13C | 24 | 3D |
| Octal | 300 | 170 | 255 | 0 | 46 | 12 | 31 | 474 | 44 | 75 |
| Binary | 11000000 | 1111000 | 10101101 | 0 | 100110 | 1010 | 11001 | 100111100 | 100100 | 111101 |
Color Harmonies of #C078AD
Complementary color
Monochromatic Colors of #C078AD
Black with #C078AD
Text Example
Text Example
White with #C078AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078AD; }
p { color: rgb(192,120,173); }
H1.HeaderClassName
{
color: #C078AD;
}
.AnyTagClassName
{
color: #C078AD;
}
</style>
background-color css
<style>
a { background-color: #C078AD; }
a { background-color: rgb(192,120,173); }
div.DivClassName
{
background-color: #C078AD;
}
.BgClassName
{
background-color: #C078AD;
}
</style>
border-color css
<style>
span { border-color: #C078AD; }
span { border-color: rgb(192,120,173); }
td.TdClassName
{
border-color: #C078AD;
}
.TagClassName
{
border-color: #C078AD;
}
</style>