Shades of Bouquet #C371AC
Tints of Bouquet #C371AC
RGB
CMYK
RGB Variations
Color information
#C371AC (or 0xC371AC) is known color: Bouquet. HEX triplet: C3, 71 and AC. RGB value is (195,113,172). Sum of RGB (Red+Green+Blue) = 195+113+172=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C371AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C371AC is #3C8E53. Grayscale: #909090. Windows color (decimal): -3968596 or 11301315. OLE color: 11301315.
HSL color Cylindrical-coordinate representation of color #C371AC: hue angle of 316.83º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C371AC is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 172 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.24 |
| HSL | 316.83º | 0.41% | 0.6% | - |
| HSV(B) | 316.83º | 0.42% | 0.76% | - |
| XYZ | 35.86 | 26.39 | 42.23 | - |
| YUV | 144.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 172 | 0 | 0.42 | 0.12 | 0.24 | 316.83 | 0.41 | 0.6 |
| Hex | C3 | 71 | AC | 0 | 2A | C | 18 | 13D | 29 | 3C |
| Octal | 303 | 161 | 254 | 0 | 52 | 14 | 30 | 475 | 51 | 74 |
| Binary | 11000011 | 1110001 | 10101100 | 0 | 101010 | 1100 | 11000 | 100111101 | 101001 | 111100 |
Color Harmonies of #C371AC
Complementary color
Monochromatic Colors of #C371AC
Black with #C371AC
Text Example
Text Example
White with #C371AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371AC; }
p { color: rgb(195,113,172); }
H1.HeaderClassName
{
color: #C371AC;
}
.AnyTagClassName
{
color: #C371AC;
}
</style>
background-color css
<style>
a { background-color: #C371AC; }
a { background-color: rgb(195,113,172); }
div.DivClassName
{
background-color: #C371AC;
}
.BgClassName
{
background-color: #C371AC;
}
</style>
border-color css
<style>
span { border-color: #C371AC; }
span { border-color: rgb(195,113,172); }
td.TdClassName
{
border-color: #C371AC;
}
.TagClassName
{
border-color: #C371AC;
}
</style>