Shades of Bouquet #C379AB
Tints of Bouquet #C379AB
RGB
CMYK
RGB Variations
Color information
#C379AB (or 0xC379AB) is known color: Bouquet. HEX triplet: C3, 79 and AB. RGB value is (195,121,171). Sum of RGB (Red+Green+Blue) = 195+121+171=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C379AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C379AB is #3C8654. Grayscale: #949494. Windows color (decimal): -3966549 or 11237827. OLE color: 11237827.
HSL color Cylindrical-coordinate representation of color #C379AB: hue angle of 319.46º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C379AB is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 171 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.24 |
| HSL | 319.46º | 0.38% | 0.62% | - |
| HSV(B) | 319.46º | 0.38% | 0.76% | - |
| XYZ | 36.69 | 28.22 | 42.04 | - |
| YUV | 148.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 171 | 0 | 0.38 | 0.12 | 0.24 | 319.46 | 0.38 | 0.62 |
| Hex | C3 | 79 | AB | 0 | 26 | C | 18 | 13F | 26 | 3E |
| Octal | 303 | 171 | 253 | 0 | 46 | 14 | 30 | 477 | 46 | 76 |
| Binary | 11000011 | 1111001 | 10101011 | 0 | 100110 | 1100 | 11000 | 100111111 | 100110 | 111110 |
Color Harmonies of #C379AB
Complementary color
Monochromatic Colors of #C379AB
Black with #C379AB
Text Example
Text Example
White with #C379AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379AB; }
p { color: rgb(195,121,171); }
H1.HeaderClassName
{
color: #C379AB;
}
.AnyTagClassName
{
color: #C379AB;
}
</style>
background-color css
<style>
a { background-color: #C379AB; }
a { background-color: rgb(195,121,171); }
div.DivClassName
{
background-color: #C379AB;
}
.BgClassName
{
background-color: #C379AB;
}
</style>
border-color css
<style>
span { border-color: #C379AB; }
span { border-color: rgb(195,121,171); }
td.TdClassName
{
border-color: #C379AB;
}
.TagClassName
{
border-color: #C379AB;
}
</style>