Shades of Bouquet #C37AAC
Tints of Bouquet #C37AAC
RGB
CMYK
RGB Variations
Color information
#C37AAC (or 0xC37AAC) is known color: Bouquet. HEX triplet: C3, 7A and AC. RGB value is (195,122,172). Sum of RGB (Red+Green+Blue) = 195+122+172=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37AAC is #3C8553. Grayscale: #959595. Windows color (decimal): -3966292 or 11303619. OLE color: 11303619.
HSL color Cylindrical-coordinate representation of color #C37AAC: hue angle of 318.9º 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 #C37AAC is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 172 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.24 |
| HSL | 318.9º | 0.38% | 0.62% | - |
| HSV(B) | 318.9º | 0.37% | 0.76% | - |
| XYZ | 36.91 | 28.5 | 42.59 | - |
| YUV | 149.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 172 | 0 | 0.37 | 0.12 | 0.24 | 318.9 | 0.38 | 0.62 |
| Hex | C3 | 7A | AC | 0 | 25 | C | 18 | 13F | 26 | 3E |
| Octal | 303 | 172 | 254 | 0 | 45 | 14 | 30 | 477 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10101100 | 0 | 100101 | 1100 | 11000 | 100111111 | 100110 | 111110 |
Color Harmonies of #C37AAC
Complementary color
Monochromatic Colors of #C37AAC
Black with #C37AAC
Text Example
Text Example
White with #C37AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AAC; }
p { color: rgb(195,122,172); }
H1.HeaderClassName
{
color: #C37AAC;
}
.AnyTagClassName
{
color: #C37AAC;
}
</style>
background-color css
<style>
a { background-color: #C37AAC; }
a { background-color: rgb(195,122,172); }
div.DivClassName
{
background-color: #C37AAC;
}
.BgClassName
{
background-color: #C37AAC;
}
</style>
border-color css
<style>
span { border-color: #C37AAC; }
span { border-color: rgb(195,122,172); }
td.TdClassName
{
border-color: #C37AAC;
}
.TagClassName
{
border-color: #C37AAC;
}
</style>