Shades of Bouquet #C37FA9
Tints of Bouquet #C37FA9
RGB
CMYK
RGB Variations
Color information
#C37FA9 (or 0xC37FA9) is known color: Bouquet. HEX triplet: C3, 7F and A9. RGB value is (195,127,169). Sum of RGB (Red+Green+Blue) = 195+127+169=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C37FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37FA9 is #3C8056. Grayscale: #989898. Windows color (decimal): -3965015 or 11108291. OLE color: 11108291.
HSL color Cylindrical-coordinate representation of color #C37FA9: hue angle of 322.94º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37FA9 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 169 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.24 |
| HSL | 322.94º | 0.36% | 0.63% | - |
| HSV(B) | 322.94º | 0.35% | 0.76% | - |
| XYZ | 37.26 | 29.65 | 41.29 | - |
| YUV | 152.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 169 | 0 | 0.35 | 0.13 | 0.24 | 322.94 | 0.36 | 0.63 |
| Hex | C3 | 7F | A9 | 0 | 23 | D | 18 | 143 | 24 | 3F |
| Octal | 303 | 177 | 251 | 0 | 43 | 15 | 30 | 503 | 44 | 77 |
| Binary | 11000011 | 1111111 | 10101001 | 0 | 100011 | 1101 | 11000 | 101000011 | 100100 | 111111 |
Color Harmonies of #C37FA9
Complementary color
Monochromatic Colors of #C37FA9
Black with #C37FA9
Text Example
Text Example
White with #C37FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FA9; }
p { color: rgb(195,127,169); }
H1.HeaderClassName
{
color: #C37FA9;
}
.AnyTagClassName
{
color: #C37FA9;
}
</style>
background-color css
<style>
a { background-color: #C37FA9; }
a { background-color: rgb(195,127,169); }
div.DivClassName
{
background-color: #C37FA9;
}
.BgClassName
{
background-color: #C37FA9;
}
</style>
border-color css
<style>
span { border-color: #C37FA9; }
span { border-color: rgb(195,127,169); }
td.TdClassName
{
border-color: #C37FA9;
}
.TagClassName
{
border-color: #C37FA9;
}
</style>