Shades of Bouquet #C277AB
Tints of Bouquet #C277AB
RGB
CMYK
RGB Variations
Color information
#C277AB (or 0xC277AB) is known color: Bouquet. HEX triplet: C2, 77 and AB. RGB value is (194,119,171). Sum of RGB (Red+Green+Blue) = 194+119+171=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C277AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C277AB is #3D8854. Grayscale: #939393. Windows color (decimal): -4032597 or 11237314. OLE color: 11237314.
HSL color Cylindrical-coordinate representation of color #C277AB: hue angle of 318.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C277AB is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 171 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.24 |
| HSL | 318.4º | 0.38% | 0.61% | - |
| HSV(B) | 318.4º | 0.39% | 0.76% | - |
| XYZ | 36.2 | 27.6 | 41.95 | - |
| YUV | 147.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 171 | 0 | 0.39 | 0.12 | 0.24 | 318.4 | 0.38 | 0.61 |
| Hex | C2 | 77 | AB | 0 | 27 | C | 18 | 13E | 26 | 3D |
| Octal | 302 | 167 | 253 | 0 | 47 | 14 | 30 | 476 | 46 | 75 |
| Binary | 11000010 | 1110111 | 10101011 | 0 | 100111 | 1100 | 11000 | 100111110 | 100110 | 111101 |
Color Harmonies of #C277AB
Complementary color
Monochromatic Colors of #C277AB
Black with #C277AB
Text Example
Text Example
White with #C277AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C277AB; }
p { color: rgb(194,119,171); }
H1.HeaderClassName
{
color: #C277AB;
}
.AnyTagClassName
{
color: #C277AB;
}
</style>
background-color css
<style>
a { background-color: #C277AB; }
a { background-color: rgb(194,119,171); }
div.DivClassName
{
background-color: #C277AB;
}
.BgClassName
{
background-color: #C277AB;
}
</style>
border-color css
<style>
span { border-color: #C277AB; }
span { border-color: rgb(194,119,171); }
td.TdClassName
{
border-color: #C277AB;
}
.TagClassName
{
border-color: #C277AB;
}
</style>