Shades of Bouquet #C183A6
Tints of Bouquet #C183A6
RGB
CMYK
RGB Variations
Color information
#C183A6 (or 0xC183A6) is known color: Bouquet. HEX triplet: C1, 83 and A6. RGB value is (193,131,166). Sum of RGB (Red+Green+Blue) = 193+131+166=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C183A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C183A6 is #3E7C59. Grayscale: #999999. Windows color (decimal): -4095066 or 10912705. OLE color: 10912705.
HSL color Cylindrical-coordinate representation of color #C183A6: hue angle of 326.13º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C183A6 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 166 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.24 |
| HSL | 326.13º | 0.33% | 0.64% | - |
| HSV(B) | 326.13º | 0.32% | 0.76% | - |
| XYZ | 36.99 | 30.32 | 39.98 | - |
| YUV | 153.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 166 | 0 | 0.32 | 0.14 | 0.24 | 326.13 | 0.33 | 0.64 |
| Hex | C1 | 83 | A6 | 0 | 20 | E | 18 | 146 | 21 | 40 |
| Octal | 301 | 203 | 246 | 0 | 40 | 16 | 30 | 506 | 41 | 100 |
| Binary | 11000001 | 10000011 | 10100110 | 0 | 100000 | 1110 | 11000 | 101000110 | 100001 | 1000000 |
Color Harmonies of #C183A6
Complementary color
Monochromatic Colors of #C183A6
Black with #C183A6
Text Example
Text Example
White with #C183A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183A6; }
p { color: rgb(193,131,166); }
H1.HeaderClassName
{
color: #C183A6;
}
.AnyTagClassName
{
color: #C183A6;
}
</style>
background-color css
<style>
a { background-color: #C183A6; }
a { background-color: rgb(193,131,166); }
div.DivClassName
{
background-color: #C183A6;
}
.BgClassName
{
background-color: #C183A6;
}
</style>
border-color css
<style>
span { border-color: #C183A6; }
span { border-color: rgb(193,131,166); }
td.TdClassName
{
border-color: #C183A6;
}
.TagClassName
{
border-color: #C183A6;
}
</style>