Shades of Bouquet #C074A8
Tints of Bouquet #C074A8
RGB
CMYK
RGB Variations
Color information
#C074A8 (or 0xC074A8) is known color: Bouquet. HEX triplet: C0, 74 and A8. RGB value is (192,116,168). Sum of RGB (Red+Green+Blue) = 192+116+168=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C074A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C074A8 is #3F8B57. Grayscale: #909090. Windows color (decimal): -4164440 or 11039936. OLE color: 11039936.
HSL color Cylindrical-coordinate representation of color #C074A8: hue angle of 318.95º 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 #C074A8 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 168 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.25 |
| HSL | 318.95º | 0.38% | 0.6% | - |
| HSV(B) | 318.95º | 0.4% | 0.75% | - |
| XYZ | 35.05 | 26.52 | 40.32 | - |
| YUV | 144.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 168 | 0 | 0.40 | 0.12 | 0.25 | 318.95 | 0.38 | 0.6 |
| Hex | C0 | 74 | A8 | 0 | 28 | C | 19 | 13F | 26 | 3C |
| Octal | 300 | 164 | 250 | 0 | 50 | 14 | 31 | 477 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10101000 | 0 | 101000 | 1100 | 11001 | 100111111 | 100110 | 111100 |
Color Harmonies of #C074A8
Complementary color
Monochromatic Colors of #C074A8
Black with #C074A8
Text Example
Text Example
White with #C074A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074A8; }
p { color: rgb(192,116,168); }
H1.HeaderClassName
{
color: #C074A8;
}
.AnyTagClassName
{
color: #C074A8;
}
</style>
background-color css
<style>
a { background-color: #C074A8; }
a { background-color: rgb(192,116,168); }
div.DivClassName
{
background-color: #C074A8;
}
.BgClassName
{
background-color: #C074A8;
}
</style>
border-color css
<style>
span { border-color: #C074A8; }
span { border-color: rgb(192,116,168); }
td.TdClassName
{
border-color: #C074A8;
}
.TagClassName
{
border-color: #C074A8;
}
</style>