Shades of Bouquet #C074AB
Tints of Bouquet #C074AB
RGB
CMYK
RGB Variations
Color information
#C074AB (or 0xC074AB) is known color: Bouquet. HEX triplet: C0, 74 and AB. RGB value is (192,116,171). Sum of RGB (Red+Green+Blue) = 192+116+171=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C074AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C074AB is #3F8B54. Grayscale: #909090. Windows color (decimal): -4164437 or 11236544. OLE color: 11236544.
HSL color Cylindrical-coordinate representation of color #C074AB: hue angle of 316.58º 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 #C074AB is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 171 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.25 |
| HSL | 316.58º | 0.38% | 0.6% | - |
| HSV(B) | 316.58º | 0.4% | 0.75% | - |
| XYZ | 35.33 | 26.64 | 41.81 | - |
| YUV | 144.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 171 | 0 | 0.40 | 0.11 | 0.25 | 316.58 | 0.38 | 0.6 |
| Hex | C0 | 74 | AB | 0 | 28 | B | 19 | 13D | 26 | 3C |
| Octal | 300 | 164 | 253 | 0 | 50 | 13 | 31 | 475 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10101011 | 0 | 101000 | 1011 | 11001 | 100111101 | 100110 | 111100 |
Color Harmonies of #C074AB
Complementary color
Monochromatic Colors of #C074AB
Black with #C074AB
Text Example
Text Example
White with #C074AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074AB; }
p { color: rgb(192,116,171); }
H1.HeaderClassName
{
color: #C074AB;
}
.AnyTagClassName
{
color: #C074AB;
}
</style>
background-color css
<style>
a { background-color: #C074AB; }
a { background-color: rgb(192,116,171); }
div.DivClassName
{
background-color: #C074AB;
}
.BgClassName
{
background-color: #C074AB;
}
</style>
border-color css
<style>
span { border-color: #C074AB; }
span { border-color: rgb(192,116,171); }
td.TdClassName
{
border-color: #C074AB;
}
.TagClassName
{
border-color: #C074AB;
}
</style>