Shades of Bouquet #C37AA9
Tints of Bouquet #C37AA9
RGB
CMYK
RGB Variations
Color information
#C37AA9 (or 0xC37AA9) is known color: Bouquet. HEX triplet: C3, 7A and A9. RGB value is (195,122,169). Sum of RGB (Red+Green+Blue) = 195+122+169=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37AA9 is #3C8556. Grayscale: #959595. Windows color (decimal): -3966295 or 11107011. OLE color: 11107011.
HSL color Cylindrical-coordinate representation of color #C37AA9: hue angle of 321.37º degrees, saturation: 0.38, 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 #C37AA9 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 169 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.24 |
| HSL | 321.37º | 0.38% | 0.62% | - |
| HSV(B) | 321.37º | 0.37% | 0.76% | - |
| XYZ | 36.63 | 28.39 | 41.08 | - |
| YUV | 149.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 169 | 0 | 0.37 | 0.13 | 0.24 | 321.37 | 0.38 | 0.62 |
| Hex | C3 | 7A | A9 | 0 | 25 | D | 18 | 141 | 26 | 3E |
| Octal | 303 | 172 | 251 | 0 | 45 | 15 | 30 | 501 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10101001 | 0 | 100101 | 1101 | 11000 | 101000001 | 100110 | 111110 |
Color Harmonies of #C37AA9
Complementary color
Monochromatic Colors of #C37AA9
Black with #C37AA9
Text Example
Text Example
White with #C37AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AA9; }
p { color: rgb(195,122,169); }
H1.HeaderClassName
{
color: #C37AA9;
}
.AnyTagClassName
{
color: #C37AA9;
}
</style>
background-color css
<style>
a { background-color: #C37AA9; }
a { background-color: rgb(195,122,169); }
div.DivClassName
{
background-color: #C37AA9;
}
.BgClassName
{
background-color: #C37AA9;
}
</style>
border-color css
<style>
span { border-color: #C37AA9; }
span { border-color: rgb(195,122,169); }
td.TdClassName
{
border-color: #C37AA9;
}
.TagClassName
{
border-color: #C37AA9;
}
</style>