Shades of Bouquet #C27AA9
Tints of Bouquet #C27AA9
RGB
CMYK
RGB Variations
Color information
#C27AA9 (or 0xC27AA9) is known color: Bouquet. HEX triplet: C2, 7A and A9. RGB value is (194,122,169). Sum of RGB (Red+Green+Blue) = 194+122+169=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27AA9 is #3D8556. Grayscale: #949494. Windows color (decimal): -4031831 or 11107010. OLE color: 11107010.
HSL color Cylindrical-coordinate representation of color #C27AA9: hue angle of 320.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27AA9 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 169 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.24 |
| HSL | 320.83º | 0.37% | 0.62% | - |
| HSV(B) | 320.83º | 0.37% | 0.76% | - |
| XYZ | 36.37 | 28.25 | 41.07 | - |
| YUV | 148.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 169 | 0 | 0.37 | 0.13 | 0.24 | 320.83 | 0.37 | 0.62 |
| Hex | C2 | 7A | A9 | 0 | 25 | D | 18 | 141 | 25 | 3E |
| Octal | 302 | 172 | 251 | 0 | 45 | 15 | 30 | 501 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10101001 | 0 | 100101 | 1101 | 11000 | 101000001 | 100101 | 111110 |
Color Harmonies of #C27AA9
Complementary color
Monochromatic Colors of #C27AA9
Black with #C27AA9
Text Example
Text Example
White with #C27AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AA9; }
p { color: rgb(194,122,169); }
H1.HeaderClassName
{
color: #C27AA9;
}
.AnyTagClassName
{
color: #C27AA9;
}
</style>
background-color css
<style>
a { background-color: #C27AA9; }
a { background-color: rgb(194,122,169); }
div.DivClassName
{
background-color: #C27AA9;
}
.BgClassName
{
background-color: #C27AA9;
}
</style>
border-color css
<style>
span { border-color: #C27AA9; }
span { border-color: rgb(194,122,169); }
td.TdClassName
{
border-color: #C27AA9;
}
.TagClassName
{
border-color: #C27AA9;
}
</style>