Shades of Bouquet #C37CAA
Tints of Bouquet #C37CAA
RGB
CMYK
RGB Variations
Color information
#C37CAA (or 0xC37CAA) is known color: Bouquet. HEX triplet: C3, 7C and AA. RGB value is (195,124,170). Sum of RGB (Red+Green+Blue) = 195+124+170=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37CAA is #3C8355. Grayscale: #969696. Windows color (decimal): -3965782 or 11173059. OLE color: 11173059.
HSL color Cylindrical-coordinate representation of color #C37CAA: hue angle of 321.13º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37CAA is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 170 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.24 |
| HSL | 321.13º | 0.37% | 0.63% | - |
| HSV(B) | 321.13º | 0.36% | 0.76% | - |
| XYZ | 36.97 | 28.92 | 41.66 | - |
| YUV | 150.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 170 | 0 | 0.36 | 0.13 | 0.24 | 321.13 | 0.37 | 0.63 |
| Hex | C3 | 7C | AA | 0 | 24 | D | 18 | 141 | 25 | 3F |
| Octal | 303 | 174 | 252 | 0 | 44 | 15 | 30 | 501 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10101010 | 0 | 100100 | 1101 | 11000 | 101000001 | 100101 | 111111 |
Color Harmonies of #C37CAA
Complementary color
Monochromatic Colors of #C37CAA
Black with #C37CAA
Text Example
Text Example
White with #C37CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CAA; }
p { color: rgb(195,124,170); }
H1.HeaderClassName
{
color: #C37CAA;
}
.AnyTagClassName
{
color: #C37CAA;
}
</style>
background-color css
<style>
a { background-color: #C37CAA; }
a { background-color: rgb(195,124,170); }
div.DivClassName
{
background-color: #C37CAA;
}
.BgClassName
{
background-color: #C37CAA;
}
</style>
border-color css
<style>
span { border-color: #C37CAA; }
span { border-color: rgb(195,124,170); }
td.TdClassName
{
border-color: #C37CAA;
}
.TagClassName
{
border-color: #C37CAA;
}
</style>