Shades of Bouquet #C172A8
Tints of Bouquet #C172A8
RGB
CMYK
RGB Variations
Color information
#C172A8 (or 0xC172A8) is known color: Bouquet. HEX triplet: C1, 72 and A8. RGB value is (193,114,168). Sum of RGB (Red+Green+Blue) = 193+114+168=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C172A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C172A8 is #3E8D57. Grayscale: #8F8F8F. Windows color (decimal): -4099416 or 11039425. OLE color: 11039425.
HSL color Cylindrical-coordinate representation of color #C172A8: hue angle of 318.99º 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 #C172A8 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 168 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.24 |
| HSL | 318.99º | 0.39% | 0.6% | - |
| HSV(B) | 318.99º | 0.41% | 0.76% | - |
| XYZ | 35.08 | 26.2 | 40.25 | - |
| YUV | 143.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 168 | 0 | 0.41 | 0.13 | 0.24 | 318.99 | 0.39 | 0.6 |
| Hex | C1 | 72 | A8 | 0 | 29 | D | 18 | 13F | 27 | 3C |
| Octal | 301 | 162 | 250 | 0 | 51 | 15 | 30 | 477 | 47 | 74 |
| Binary | 11000001 | 1110010 | 10101000 | 0 | 101001 | 1101 | 11000 | 100111111 | 100111 | 111100 |
Color Harmonies of #C172A8
Complementary color
Monochromatic Colors of #C172A8
Black with #C172A8
Text Example
Text Example
White with #C172A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172A8; }
p { color: rgb(193,114,168); }
H1.HeaderClassName
{
color: #C172A8;
}
.AnyTagClassName
{
color: #C172A8;
}
</style>
background-color css
<style>
a { background-color: #C172A8; }
a { background-color: rgb(193,114,168); }
div.DivClassName
{
background-color: #C172A8;
}
.BgClassName
{
background-color: #C172A8;
}
</style>
border-color css
<style>
span { border-color: #C172A8; }
span { border-color: rgb(193,114,168); }
td.TdClassName
{
border-color: #C172A8;
}
.TagClassName
{
border-color: #C172A8;
}
</style>