Shades of Bouquet #C172AC
Tints of Bouquet #C172AC
RGB
CMYK
RGB Variations
Color information
#C172AC (or 0xC172AC) is known color: Bouquet. HEX triplet: C1, 72 and AC. RGB value is (193,114,172). Sum of RGB (Red+Green+Blue) = 193+114+172=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C172AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C172AC is #3E8D53. Grayscale: #909090. Windows color (decimal): -4099412 or 11301569. OLE color: 11301569.
HSL color Cylindrical-coordinate representation of color #C172AC: hue angle of 315.95º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C172AC is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 172 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.24 |
| HSL | 315.95º | 0.39% | 0.6% | - |
| HSV(B) | 315.95º | 0.41% | 0.76% | - |
| XYZ | 35.46 | 26.35 | 42.25 | - |
| YUV | 144.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 172 | 0 | 0.41 | 0.11 | 0.24 | 315.95 | 0.39 | 0.6 |
| Hex | C1 | 72 | AC | 0 | 29 | B | 18 | 13C | 27 | 3C |
| Octal | 301 | 162 | 254 | 0 | 51 | 13 | 30 | 474 | 47 | 74 |
| Binary | 11000001 | 1110010 | 10101100 | 0 | 101001 | 1011 | 11000 | 100111100 | 100111 | 111100 |
Color Harmonies of #C172AC
Complementary color
Monochromatic Colors of #C172AC
Black with #C172AC
Text Example
Text Example
White with #C172AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172AC; }
p { color: rgb(193,114,172); }
H1.HeaderClassName
{
color: #C172AC;
}
.AnyTagClassName
{
color: #C172AC;
}
</style>
background-color css
<style>
a { background-color: #C172AC; }
a { background-color: rgb(193,114,172); }
div.DivClassName
{
background-color: #C172AC;
}
.BgClassName
{
background-color: #C172AC;
}
</style>
border-color css
<style>
span { border-color: #C172AC; }
span { border-color: rgb(193,114,172); }
td.TdClassName
{
border-color: #C172AC;
}
.TagClassName
{
border-color: #C172AC;
}
</style>