Shades of Bouquet #C17EA3
Tints of Bouquet #C17EA3
RGB
CMYK
RGB Variations
Color information
#C17EA3 (or 0xC17EA3) is known color: Bouquet. HEX triplet: C1, 7E and A3. RGB value is (193,126,163). Sum of RGB (Red+Green+Blue) = 193+126+163=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C17EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17EA3 is #3E815C. Grayscale: #969696. Windows color (decimal): -4096349 or 10714817. OLE color: 10714817.
HSL color Cylindrical-coordinate representation of color #C17EA3: hue angle of 326.87º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17EA3 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 163 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.24 |
| HSL | 326.87º | 0.35% | 0.63% | - |
| HSV(B) | 326.87º | 0.35% | 0.76% | - |
| XYZ | 36.06 | 28.9 | 38.33 | - |
| YUV | 150.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 163 | 0 | 0.35 | 0.16 | 0.24 | 326.87 | 0.35 | 0.63 |
| Hex | C1 | 7E | A3 | 0 | 23 | 10 | 18 | 147 | 23 | 3F |
| Octal | 301 | 176 | 243 | 0 | 43 | 20 | 30 | 507 | 43 | 77 |
| Binary | 11000001 | 1111110 | 10100011 | 0 | 100011 | 10000 | 11000 | 101000111 | 100011 | 111111 |
Color Harmonies of #C17EA3
Complementary color
Monochromatic Colors of #C17EA3
Black with #C17EA3
Text Example
Text Example
White with #C17EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EA3; }
p { color: rgb(193,126,163); }
H1.HeaderClassName
{
color: #C17EA3;
}
.AnyTagClassName
{
color: #C17EA3;
}
</style>
background-color css
<style>
a { background-color: #C17EA3; }
a { background-color: rgb(193,126,163); }
div.DivClassName
{
background-color: #C17EA3;
}
.BgClassName
{
background-color: #C17EA3;
}
</style>
border-color css
<style>
span { border-color: #C17EA3; }
span { border-color: rgb(193,126,163); }
td.TdClassName
{
border-color: #C17EA3;
}
.TagClassName
{
border-color: #C17EA3;
}
</style>