Shades of Bouquet #C376AD
Tints of Bouquet #C376AD
RGB
CMYK
RGB Variations
Color information
#C376AD (or 0xC376AD) is known color: Bouquet. HEX triplet: C3, 76 and AD. RGB value is (195,118,173). Sum of RGB (Red+Green+Blue) = 195+118+173=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C376AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C376AD is #3C8952. Grayscale: #939393. Windows color (decimal): -3967315 or 11368131. OLE color: 11368131.
HSL color Cylindrical-coordinate representation of color #C376AD: hue angle of 317.14º 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 #C376AD is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 173 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.24 |
| HSL | 317.14º | 0.39% | 0.61% | - |
| HSV(B) | 317.14º | 0.39% | 0.76% | - |
| XYZ | 36.53 | 27.58 | 42.93 | - |
| YUV | 147.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 173 | 0 | 0.39 | 0.11 | 0.24 | 317.14 | 0.39 | 0.61 |
| Hex | C3 | 76 | AD | 0 | 27 | B | 18 | 13D | 27 | 3D |
| Octal | 303 | 166 | 255 | 0 | 47 | 13 | 30 | 475 | 47 | 75 |
| Binary | 11000011 | 1110110 | 10101101 | 0 | 100111 | 1011 | 11000 | 100111101 | 100111 | 111101 |
Color Harmonies of #C376AD
Complementary color
Monochromatic Colors of #C376AD
Black with #C376AD
Text Example
Text Example
White with #C376AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C376AD; }
p { color: rgb(195,118,173); }
H1.HeaderClassName
{
color: #C376AD;
}
.AnyTagClassName
{
color: #C376AD;
}
</style>
background-color css
<style>
a { background-color: #C376AD; }
a { background-color: rgb(195,118,173); }
div.DivClassName
{
background-color: #C376AD;
}
.BgClassName
{
background-color: #C376AD;
}
</style>
border-color css
<style>
span { border-color: #C376AD; }
span { border-color: rgb(195,118,173); }
td.TdClassName
{
border-color: #C376AD;
}
.TagClassName
{
border-color: #C376AD;
}
</style>