Shades of Bouquet #C37EAA
Tints of Bouquet #C37EAA
RGB
CMYK
RGB Variations
Color information
#C37EAA (or 0xC37EAA) is known color: Bouquet. HEX triplet: C3, 7E and AA. RGB value is (195,126,170). Sum of RGB (Red+Green+Blue) = 195+126+170=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C37EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37EAA is #3C8155. Grayscale: #979797. Windows color (decimal): -3965270 or 11173571. OLE color: 11173571.
HSL color Cylindrical-coordinate representation of color #C37EAA: hue angle of 321.74º 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 #C37EAA is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 170 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.24 |
| HSL | 321.74º | 0.37% | 0.63% | - |
| HSV(B) | 321.74º | 0.35% | 0.76% | - |
| XYZ | 37.22 | 29.43 | 41.75 | - |
| YUV | 151.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 170 | 0 | 0.35 | 0.13 | 0.24 | 321.74 | 0.37 | 0.63 |
| Hex | C3 | 7E | AA | 0 | 23 | D | 18 | 142 | 25 | 3F |
| Octal | 303 | 176 | 252 | 0 | 43 | 15 | 30 | 502 | 45 | 77 |
| Binary | 11000011 | 1111110 | 10101010 | 0 | 100011 | 1101 | 11000 | 101000010 | 100101 | 111111 |
Color Harmonies of #C37EAA
Complementary color
Monochromatic Colors of #C37EAA
Black with #C37EAA
Text Example
Text Example
White with #C37EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37EAA; }
p { color: rgb(195,126,170); }
H1.HeaderClassName
{
color: #C37EAA;
}
.AnyTagClassName
{
color: #C37EAA;
}
</style>
background-color css
<style>
a { background-color: #C37EAA; }
a { background-color: rgb(195,126,170); }
div.DivClassName
{
background-color: #C37EAA;
}
.BgClassName
{
background-color: #C37EAA;
}
</style>
border-color css
<style>
span { border-color: #C37EAA; }
span { border-color: rgb(195,126,170); }
td.TdClassName
{
border-color: #C37EAA;
}
.TagClassName
{
border-color: #C37EAA;
}
</style>