Shades of Bouquet #C074AD
Tints of Bouquet #C074AD
RGB
CMYK
RGB Variations
Color information
#C074AD (or 0xC074AD) is known color: Bouquet. HEX triplet: C0, 74 and AD. RGB value is (192,116,173). Sum of RGB (Red+Green+Blue) = 192+116+173=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C074AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C074AD is #3F8B52. Grayscale: #919191. Windows color (decimal): -4164435 or 11367616. OLE color: 11367616.
HSL color Cylindrical-coordinate representation of color #C074AD: hue angle of 315º 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 #C074AD is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 173 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.25 |
| HSL | 315º | 0.38% | 0.6% | - |
| HSV(B) | 315º | 0.4% | 0.75% | - |
| XYZ | 35.53 | 26.71 | 42.82 | - |
| YUV | 145.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 173 | 0 | 0.40 | 0.10 | 0.25 | 315 | 0.38 | 0.6 |
| Hex | C0 | 74 | AD | 0 | 28 | A | 19 | 13B | 26 | 3C |
| Octal | 300 | 164 | 255 | 0 | 50 | 12 | 31 | 473 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10101101 | 0 | 101000 | 1010 | 11001 | 100111011 | 100110 | 111100 |
Color Harmonies of #C074AD
Complementary color
Monochromatic Colors of #C074AD
Black with #C074AD
Text Example
Text Example
White with #C074AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074AD; }
p { color: rgb(192,116,173); }
H1.HeaderClassName
{
color: #C074AD;
}
.AnyTagClassName
{
color: #C074AD;
}
</style>
background-color css
<style>
a { background-color: #C074AD; }
a { background-color: rgb(192,116,173); }
div.DivClassName
{
background-color: #C074AD;
}
.BgClassName
{
background-color: #C074AD;
}
</style>
border-color css
<style>
span { border-color: #C074AD; }
span { border-color: rgb(192,116,173); }
td.TdClassName
{
border-color: #C074AD;
}
.TagClassName
{
border-color: #C074AD;
}
</style>