Shades of Bouquet #C37FA7
Tints of Bouquet #C37FA7
RGB
CMYK
RGB Variations
Color information
#C37FA7 (or 0xC37FA7) is known color: Bouquet. HEX triplet: C3, 7F and A7. RGB value is (195,127,167). Sum of RGB (Red+Green+Blue) = 195+127+167=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C37FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37FA7 is #3C8058. Grayscale: #979797. Windows color (decimal): -3965017 or 10977219. OLE color: 10977219.
HSL color Cylindrical-coordinate representation of color #C37FA7: hue angle of 324.71º 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 #C37FA7 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 167 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.24 |
| HSL | 324.71º | 0.36% | 0.63% | - |
| HSV(B) | 324.71º | 0.35% | 0.76% | - |
| XYZ | 37.07 | 29.57 | 40.31 | - |
| YUV | 151.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 167 | 0 | 0.35 | 0.14 | 0.24 | 324.71 | 0.36 | 0.63 |
| Hex | C3 | 7F | A7 | 0 | 23 | E | 18 | 145 | 24 | 3F |
| Octal | 303 | 177 | 247 | 0 | 43 | 16 | 30 | 505 | 44 | 77 |
| Binary | 11000011 | 1111111 | 10100111 | 0 | 100011 | 1110 | 11000 | 101000101 | 100100 | 111111 |
Color Harmonies of #C37FA7
Complementary color
Monochromatic Colors of #C37FA7
Black with #C37FA7
Text Example
Text Example
White with #C37FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FA7; }
p { color: rgb(195,127,167); }
H1.HeaderClassName
{
color: #C37FA7;
}
.AnyTagClassName
{
color: #C37FA7;
}
</style>
background-color css
<style>
a { background-color: #C37FA7; }
a { background-color: rgb(195,127,167); }
div.DivClassName
{
background-color: #C37FA7;
}
.BgClassName
{
background-color: #C37FA7;
}
</style>
border-color css
<style>
span { border-color: #C37FA7; }
span { border-color: rgb(195,127,167); }
td.TdClassName
{
border-color: #C37FA7;
}
.TagClassName
{
border-color: #C37FA7;
}
</style>