Shades of Bouquet #C37EAB
Tints of Bouquet #C37EAB
RGB
CMYK
RGB Variations
Color information
#C37EAB (or 0xC37EAB) is known color: Bouquet. HEX triplet: C3, 7E and AB. RGB value is (195,126,171). Sum of RGB (Red+Green+Blue) = 195+126+171=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C37EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37EAB is #3C8154. Grayscale: #979797. Windows color (decimal): -3965269 or 11239107. OLE color: 11239107.
HSL color Cylindrical-coordinate representation of color #C37EAB: hue angle of 320.87º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37EAB is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 171 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.24 |
| HSL | 320.87º | 0.37% | 0.63% | - |
| HSV(B) | 320.87º | 0.35% | 0.76% | - |
| XYZ | 37.32 | 29.46 | 42.25 | - |
| YUV | 151.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 171 | 0 | 0.35 | 0.12 | 0.24 | 320.87 | 0.37 | 0.63 |
| Hex | C3 | 7E | AB | 0 | 23 | C | 18 | 141 | 25 | 3F |
| Octal | 303 | 176 | 253 | 0 | 43 | 14 | 30 | 501 | 45 | 77 |
| Binary | 11000011 | 1111110 | 10101011 | 0 | 100011 | 1100 | 11000 | 101000001 | 100101 | 111111 |
Color Harmonies of #C37EAB
Complementary color
Monochromatic Colors of #C37EAB
Black with #C37EAB
Text Example
Text Example
White with #C37EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37EAB; }
p { color: rgb(195,126,171); }
H1.HeaderClassName
{
color: #C37EAB;
}
.AnyTagClassName
{
color: #C37EAB;
}
</style>
background-color css
<style>
a { background-color: #C37EAB; }
a { background-color: rgb(195,126,171); }
div.DivClassName
{
background-color: #C37EAB;
}
.BgClassName
{
background-color: #C37EAB;
}
</style>
border-color css
<style>
span { border-color: #C37EAB; }
span { border-color: rgb(195,126,171); }
td.TdClassName
{
border-color: #C37EAB;
}
.TagClassName
{
border-color: #C37EAB;
}
</style>