Shades of Bouquet #C372AC
Tints of Bouquet #C372AC
RGB
CMYK
RGB Variations
Color information
#C372AC (or 0xC372AC) is known color: Bouquet. HEX triplet: C3, 72 and AC. RGB value is (195,114,172). Sum of RGB (Red+Green+Blue) = 195+114+172=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C372AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C372AC is #3C8D53. Grayscale: #909090. Windows color (decimal): -3968340 or 11301571. OLE color: 11301571.
HSL color Cylindrical-coordinate representation of color #C372AC: hue angle of 317.04º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C372AC is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 172 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.24 |
| HSL | 317.04º | 0.4% | 0.61% | - |
| HSV(B) | 317.04º | 0.42% | 0.76% | - |
| XYZ | 35.97 | 26.62 | 42.27 | - |
| YUV | 144.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 172 | 0 | 0.42 | 0.12 | 0.24 | 317.04 | 0.4 | 0.61 |
| Hex | C3 | 72 | AC | 0 | 2A | C | 18 | 13D | 28 | 3D |
| Octal | 303 | 162 | 254 | 0 | 52 | 14 | 30 | 475 | 50 | 75 |
| Binary | 11000011 | 1110010 | 10101100 | 0 | 101010 | 1100 | 11000 | 100111101 | 101000 | 111101 |
Color Harmonies of #C372AC
Complementary color
Monochromatic Colors of #C372AC
Black with #C372AC
Text Example
Text Example
White with #C372AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372AC; }
p { color: rgb(195,114,172); }
H1.HeaderClassName
{
color: #C372AC;
}
.AnyTagClassName
{
color: #C372AC;
}
</style>
background-color css
<style>
a { background-color: #C372AC; }
a { background-color: rgb(195,114,172); }
div.DivClassName
{
background-color: #C372AC;
}
.BgClassName
{
background-color: #C372AC;
}
</style>
border-color css
<style>
span { border-color: #C372AC; }
span { border-color: rgb(195,114,172); }
td.TdClassName
{
border-color: #C372AC;
}
.TagClassName
{
border-color: #C372AC;
}
</style>