Shades of Bouquet #C376AA
Tints of Bouquet #C376AA
RGB
CMYK
RGB Variations
Color information
#C376AA (or 0xC376AA) is known color: Bouquet. HEX triplet: C3, 76 and AA. RGB value is (195,118,170). Sum of RGB (Red+Green+Blue) = 195+118+170=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C376AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C376AA is #3C8955. Grayscale: #929292. Windows color (decimal): -3967318 or 11171523. OLE color: 11171523.
HSL color Cylindrical-coordinate representation of color #C376AA: hue angle of 319.48º 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 #C376AA is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 170 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.24 |
| HSL | 319.48º | 0.39% | 0.61% | - |
| HSV(B) | 319.48º | 0.39% | 0.76% | - |
| XYZ | 36.24 | 27.46 | 41.42 | - |
| YUV | 146.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 170 | 0 | 0.39 | 0.13 | 0.24 | 319.48 | 0.39 | 0.61 |
| Hex | C3 | 76 | AA | 0 | 27 | D | 18 | 13F | 27 | 3D |
| Octal | 303 | 166 | 252 | 0 | 47 | 15 | 30 | 477 | 47 | 75 |
| Binary | 11000011 | 1110110 | 10101010 | 0 | 100111 | 1101 | 11000 | 100111111 | 100111 | 111101 |
Color Harmonies of #C376AA
Complementary color
Monochromatic Colors of #C376AA
Black with #C376AA
Text Example
Text Example
White with #C376AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C376AA; }
p { color: rgb(195,118,170); }
H1.HeaderClassName
{
color: #C376AA;
}
.AnyTagClassName
{
color: #C376AA;
}
</style>
background-color css
<style>
a { background-color: #C376AA; }
a { background-color: rgb(195,118,170); }
div.DivClassName
{
background-color: #C376AA;
}
.BgClassName
{
background-color: #C376AA;
}
</style>
border-color css
<style>
span { border-color: #C376AA; }
span { border-color: rgb(195,118,170); }
td.TdClassName
{
border-color: #C376AA;
}
.TagClassName
{
border-color: #C376AA;
}
</style>