Shades of Puce #C18194
Tints of Puce #C18194
RGB
CMYK
RGB Variations
Color information
#C18194 (or 0xC18194) is known color: Puce. HEX triplet: C1, 81 and 94. RGB value is (193,129,148). Sum of RGB (Red+Green+Blue) = 193+129+148=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C18194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18194 is #3E7E6B. Grayscale: #969696. Windows color (decimal): -4095596 or 9732545. OLE color: 9732545.
HSL color Cylindrical-coordinate representation of color #C18194: hue angle of 342.19º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18194 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 148 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.24 |
| HSL | 342.19º | 0.34% | 0.63% | - |
| HSV(B) | 342.19º | 0.33% | 0.76% | - |
| XYZ | 35.19 | 29.18 | 31.79 | - |
| YUV | 150.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 148 | 0 | 0.33 | 0.23 | 0.24 | 342.19 | 0.34 | 0.63 |
| Hex | C1 | 81 | 94 | 0 | 21 | 17 | 18 | 156 | 22 | 3F |
| Octal | 301 | 201 | 224 | 0 | 41 | 27 | 30 | 526 | 42 | 77 |
| Binary | 11000001 | 10000001 | 10010100 | 0 | 100001 | 10111 | 11000 | 101010110 | 100010 | 111111 |
Color Harmonies of #C18194
Complementary color
Monochromatic Colors of #C18194
Black with #C18194
Text Example
Text Example
White with #C18194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18194; }
p { color: rgb(193,129,148); }
H1.HeaderClassName
{
color: #C18194;
}
.AnyTagClassName
{
color: #C18194;
}
</style>
background-color css
<style>
a { background-color: #C18194; }
a { background-color: rgb(193,129,148); }
div.DivClassName
{
background-color: #C18194;
}
.BgClassName
{
background-color: #C18194;
}
</style>
border-color css
<style>
span { border-color: #C18194; }
span { border-color: rgb(193,129,148); }
td.TdClassName
{
border-color: #C18194;
}
.TagClassName
{
border-color: #C18194;
}
</style>