Shades of Bouquet #C374AA
Tints of Bouquet #C374AA
RGB
CMYK
RGB Variations
Color information
#C374AA (or 0xC374AA) is known color: Bouquet. HEX triplet: C3, 74 and AA. RGB value is (195,116,170). Sum of RGB (Red+Green+Blue) = 195+116+170=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C374AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C374AA is #3C8B55. Grayscale: #919191. Windows color (decimal): -3967830 or 11171011. OLE color: 11171011.
HSL color Cylindrical-coordinate representation of color #C374AA: hue angle of 318.99º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C374AA is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 170 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.24 |
| HSL | 318.99º | 0.4% | 0.61% | - |
| HSV(B) | 318.99º | 0.41% | 0.76% | - |
| XYZ | 36.01 | 27 | 41.34 | - |
| YUV | 145.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 170 | 0 | 0.41 | 0.13 | 0.24 | 318.99 | 0.4 | 0.61 |
| Hex | C3 | 74 | AA | 0 | 29 | D | 18 | 13F | 28 | 3D |
| Octal | 303 | 164 | 252 | 0 | 51 | 15 | 30 | 477 | 50 | 75 |
| Binary | 11000011 | 1110100 | 10101010 | 0 | 101001 | 1101 | 11000 | 100111111 | 101000 | 111101 |
Color Harmonies of #C374AA
Complementary color
Monochromatic Colors of #C374AA
Black with #C374AA
Text Example
Text Example
White with #C374AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C374AA; }
p { color: rgb(195,116,170); }
H1.HeaderClassName
{
color: #C374AA;
}
.AnyTagClassName
{
color: #C374AA;
}
</style>
background-color css
<style>
a { background-color: #C374AA; }
a { background-color: rgb(195,116,170); }
div.DivClassName
{
background-color: #C374AA;
}
.BgClassName
{
background-color: #C374AA;
}
</style>
border-color css
<style>
span { border-color: #C374AA; }
span { border-color: rgb(195,116,170); }
td.TdClassName
{
border-color: #C374AA;
}
.TagClassName
{
border-color: #C374AA;
}
</style>