Shades of Bouquet #C078A4
Tints of Bouquet #C078A4
RGB
CMYK
RGB Variations
Color information
#C078A4 (or 0xC078A4) is known color: Bouquet. HEX triplet: C0, 78 and A4. RGB value is (192,120,164). Sum of RGB (Red+Green+Blue) = 192+120+164=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C078A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078A4 is #3F875B. Grayscale: #929292. Windows color (decimal): -4163420 or 10778816. OLE color: 10778816.
HSL color Cylindrical-coordinate representation of color #C078A4: hue angle of 323.33º 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 #C078A4 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 164 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.25 |
| HSL | 323.33º | 0.36% | 0.61% | - |
| HSV(B) | 323.33º | 0.38% | 0.75% | - |
| XYZ | 35.16 | 27.32 | 38.54 | - |
| YUV | 146.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 164 | 0 | 0.38 | 0.15 | 0.25 | 323.33 | 0.36 | 0.61 |
| Hex | C0 | 78 | A4 | 0 | 26 | F | 19 | 143 | 24 | 3D |
| Octal | 300 | 170 | 244 | 0 | 46 | 17 | 31 | 503 | 44 | 75 |
| Binary | 11000000 | 1111000 | 10100100 | 0 | 100110 | 1111 | 11001 | 101000011 | 100100 | 111101 |
Color Harmonies of #C078A4
Complementary color
Monochromatic Colors of #C078A4
Black with #C078A4
Text Example
Text Example
White with #C078A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078A4; }
p { color: rgb(192,120,164); }
H1.HeaderClassName
{
color: #C078A4;
}
.AnyTagClassName
{
color: #C078A4;
}
</style>
background-color css
<style>
a { background-color: #C078A4; }
a { background-color: rgb(192,120,164); }
div.DivClassName
{
background-color: #C078A4;
}
.BgClassName
{
background-color: #C078A4;
}
</style>
border-color css
<style>
span { border-color: #C078A4; }
span { border-color: rgb(192,120,164); }
td.TdClassName
{
border-color: #C078A4;
}
.TagClassName
{
border-color: #C078A4;
}
</style>