Shades of Bouquet #C37BA8
Tints of Bouquet #C37BA8
RGB
CMYK
RGB Variations
Color information
#C37BA8 (or 0xC37BA8) is known color: Bouquet. HEX triplet: C3, 7B and A8. RGB value is (195,123,168). Sum of RGB (Red+Green+Blue) = 195+123+168=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37BA8 is #3C8457. Grayscale: #959595. Windows color (decimal): -3966040 or 11041731. OLE color: 11041731.
HSL color Cylindrical-coordinate representation of color #C37BA8: hue angle of 322.5º 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 #C37BA8 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 168 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.24 |
| HSL | 322.5º | 0.38% | 0.62% | - |
| HSV(B) | 322.5º | 0.37% | 0.76% | - |
| XYZ | 36.66 | 28.6 | 40.63 | - |
| YUV | 149.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 168 | 0 | 0.37 | 0.14 | 0.24 | 322.5 | 0.38 | 0.62 |
| Hex | C3 | 7B | A8 | 0 | 25 | E | 18 | 142 | 26 | 3E |
| Octal | 303 | 173 | 250 | 0 | 45 | 16 | 30 | 502 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10101000 | 0 | 100101 | 1110 | 11000 | 101000010 | 100110 | 111110 |
Color Harmonies of #C37BA8
Complementary color
Monochromatic Colors of #C37BA8
Black with #C37BA8
Text Example
Text Example
White with #C37BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BA8; }
p { color: rgb(195,123,168); }
H1.HeaderClassName
{
color: #C37BA8;
}
.AnyTagClassName
{
color: #C37BA8;
}
</style>
background-color css
<style>
a { background-color: #C37BA8; }
a { background-color: rgb(195,123,168); }
div.DivClassName
{
background-color: #C37BA8;
}
.BgClassName
{
background-color: #C37BA8;
}
</style>
border-color css
<style>
span { border-color: #C37BA8; }
span { border-color: rgb(195,123,168); }
td.TdClassName
{
border-color: #C37BA8;
}
.TagClassName
{
border-color: #C37BA8;
}
</style>