Shades of Bouquet #C074A6
Tints of Bouquet #C074A6
RGB
CMYK
RGB Variations
Color information
#C074A6 (or 0xC074A6) is known color: Bouquet. HEX triplet: C0, 74 and A6. RGB value is (192,116,166). Sum of RGB (Red+Green+Blue) = 192+116+166=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C074A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C074A6 is #3F8B59. Grayscale: #909090. Windows color (decimal): -4164442 or 10908864. OLE color: 10908864.
HSL color Cylindrical-coordinate representation of color #C074A6: hue angle of 320.53º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C074A6 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 166 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.25 |
| HSL | 320.53º | 0.38% | 0.6% | - |
| HSV(B) | 320.53º | 0.4% | 0.75% | - |
| XYZ | 34.87 | 26.45 | 39.34 | - |
| YUV | 144.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 166 | 0 | 0.40 | 0.14 | 0.25 | 320.53 | 0.38 | 0.6 |
| Hex | C0 | 74 | A6 | 0 | 28 | E | 19 | 141 | 26 | 3C |
| Octal | 300 | 164 | 246 | 0 | 50 | 16 | 31 | 501 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10100110 | 0 | 101000 | 1110 | 11001 | 101000001 | 100110 | 111100 |
Color Harmonies of #C074A6
Complementary color
Monochromatic Colors of #C074A6
Black with #C074A6
Text Example
Text Example
White with #C074A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074A6; }
p { color: rgb(192,116,166); }
H1.HeaderClassName
{
color: #C074A6;
}
.AnyTagClassName
{
color: #C074A6;
}
</style>
background-color css
<style>
a { background-color: #C074A6; }
a { background-color: rgb(192,116,166); }
div.DivClassName
{
background-color: #C074A6;
}
.BgClassName
{
background-color: #C074A6;
}
</style>
border-color css
<style>
span { border-color: #C074A6; }
span { border-color: rgb(192,116,166); }
td.TdClassName
{
border-color: #C074A6;
}
.TagClassName
{
border-color: #C074A6;
}
</style>