Shades of Bouquet #C376AC
Tints of Bouquet #C376AC
RGB
CMYK
RGB Variations
Color information
#C376AC (or 0xC376AC) is known color: Bouquet. HEX triplet: C3, 76 and AC. RGB value is (195,118,172). Sum of RGB (Red+Green+Blue) = 195+118+172=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C376AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C376AC is #3C8953. Grayscale: #939393. Windows color (decimal): -3967316 or 11302595. OLE color: 11302595.
HSL color Cylindrical-coordinate representation of color #C376AC: hue angle of 317.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C376AC is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 172 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.24 |
| HSL | 317.92º | 0.39% | 0.61% | - |
| HSV(B) | 317.92º | 0.39% | 0.76% | - |
| XYZ | 36.43 | 27.54 | 42.42 | - |
| YUV | 147.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 172 | 0 | 0.39 | 0.12 | 0.24 | 317.92 | 0.39 | 0.61 |
| Hex | C3 | 76 | AC | 0 | 27 | C | 18 | 13E | 27 | 3D |
| Octal | 303 | 166 | 254 | 0 | 47 | 14 | 30 | 476 | 47 | 75 |
| Binary | 11000011 | 1110110 | 10101100 | 0 | 100111 | 1100 | 11000 | 100111110 | 100111 | 111101 |
Color Harmonies of #C376AC
Complementary color
Monochromatic Colors of #C376AC
Black with #C376AC
Text Example
Text Example
White with #C376AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C376AC; }
p { color: rgb(195,118,172); }
H1.HeaderClassName
{
color: #C376AC;
}
.AnyTagClassName
{
color: #C376AC;
}
</style>
background-color css
<style>
a { background-color: #C376AC; }
a { background-color: rgb(195,118,172); }
div.DivClassName
{
background-color: #C376AC;
}
.BgClassName
{
background-color: #C376AC;
}
</style>
border-color css
<style>
span { border-color: #C376AC; }
span { border-color: rgb(195,118,172); }
td.TdClassName
{
border-color: #C376AC;
}
.TagClassName
{
border-color: #C376AC;
}
</style>