Shades of Puce #C18990
Tints of Puce #C18990
RGB
CMYK
RGB Variations
Color information
#C18990 (or 0xC18990) is known color: Puce. HEX triplet: C1, 89 and 90. RGB value is (193,137,144). Sum of RGB (Red+Green+Blue) = 193+137+144=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C18990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18990 is #3E766F. Grayscale: #9A9A9A. Windows color (decimal): -4093552 or 9472449. OLE color: 9472449.
HSL color Cylindrical-coordinate representation of color #C18990: hue angle of 352.5º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C18990 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 144 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.24 |
| HSL | 352.5º | 0.31% | 0.65% | - |
| HSV(B) | 352.5º | 0.29% | 0.76% | - |
| XYZ | 35.97 | 31.24 | 30.52 | - |
| YUV | 154.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 144 | 0 | 0.29 | 0.25 | 0.24 | 352.5 | 0.31 | 0.65 |
| Hex | C1 | 89 | 90 | 0 | 1D | 19 | 18 | 160 | 1F | 41 |
| Octal | 301 | 211 | 220 | 0 | 35 | 31 | 30 | 540 | 37 | 101 |
| Binary | 11000001 | 10001001 | 10010000 | 0 | 11101 | 11001 | 11000 | 101100000 | 11111 | 1000001 |
Color Harmonies of #C18990
Complementary color
Monochromatic Colors of #C18990
Black with #C18990
Text Example
Text Example
White with #C18990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18990; }
p { color: rgb(193,137,144); }
H1.HeaderClassName
{
color: #C18990;
}
.AnyTagClassName
{
color: #C18990;
}
</style>
background-color css
<style>
a { background-color: #C18990; }
a { background-color: rgb(193,137,144); }
div.DivClassName
{
background-color: #C18990;
}
.BgClassName
{
background-color: #C18990;
}
</style>
border-color css
<style>
span { border-color: #C18990; }
span { border-color: rgb(193,137,144); }
td.TdClassName
{
border-color: #C18990;
}
.TagClassName
{
border-color: #C18990;
}
</style>