Shades of Bouquet #C37BA7
Tints of Bouquet #C37BA7
RGB
CMYK
RGB Variations
Color information
#C37BA7 (or 0xC37BA7) is known color: Bouquet. HEX triplet: C3, 7B and A7. RGB value is (195,123,167). Sum of RGB (Red+Green+Blue) = 195+123+167=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37BA7 is #3C8458. Grayscale: #959595. Windows color (decimal): -3966041 or 10976195. OLE color: 10976195.
HSL color Cylindrical-coordinate representation of color #C37BA7: hue angle of 323.33º 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 #C37BA7 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 167 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.24 |
| HSL | 323.33º | 0.38% | 0.62% | - |
| HSV(B) | 323.33º | 0.37% | 0.76% | - |
| XYZ | 36.56 | 28.56 | 40.14 | - |
| YUV | 149.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 167 | 0 | 0.37 | 0.14 | 0.24 | 323.33 | 0.38 | 0.62 |
| Hex | C3 | 7B | A7 | 0 | 25 | E | 18 | 143 | 26 | 3E |
| Octal | 303 | 173 | 247 | 0 | 45 | 16 | 30 | 503 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10100111 | 0 | 100101 | 1110 | 11000 | 101000011 | 100110 | 111110 |
Color Harmonies of #C37BA7
Complementary color
Monochromatic Colors of #C37BA7
Black with #C37BA7
Text Example
Text Example
White with #C37BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BA7; }
p { color: rgb(195,123,167); }
H1.HeaderClassName
{
color: #C37BA7;
}
.AnyTagClassName
{
color: #C37BA7;
}
</style>
background-color css
<style>
a { background-color: #C37BA7; }
a { background-color: rgb(195,123,167); }
div.DivClassName
{
background-color: #C37BA7;
}
.BgClassName
{
background-color: #C37BA7;
}
</style>
border-color css
<style>
span { border-color: #C37BA7; }
span { border-color: rgb(195,123,167); }
td.TdClassName
{
border-color: #C37BA7;
}
.TagClassName
{
border-color: #C37BA7;
}
</style>