Shades of Puce #C1878A
Tints of Puce #C1878A
RGB
CMYK
RGB Variations
Color information
#C1878A (or 0xC1878A) is known color: Puce. HEX triplet: C1, 87 and 8A. RGB value is (193,135,138). Sum of RGB (Red+Green+Blue) = 193+135+138=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1878A is #3E7875. Grayscale: #989898. Windows color (decimal): -4094070 or 9078721. OLE color: 9078721.
HSL color Cylindrical-coordinate representation of color #C1878A: hue angle of 356.9º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1878A is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 138 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.24 |
| HSL | 356.9º | 0.32% | 0.64% | - |
| HSV(B) | 356.9º | 0.3% | 0.76% | - |
| XYZ | 35.24 | 30.5 | 28.07 | - |
| YUV | 152.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 138 | 0 | 0.30 | 0.28 | 0.24 | 356.9 | 0.32 | 0.64 |
| Hex | C1 | 87 | 8A | 0 | 1E | 1C | 18 | 165 | 20 | 40 |
| Octal | 301 | 207 | 212 | 0 | 36 | 34 | 30 | 545 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10001010 | 0 | 11110 | 11100 | 11000 | 101100101 | 100000 | 1000000 |
Color Harmonies of #C1878A
Complementary color
Monochromatic Colors of #C1878A
Black with #C1878A
Text Example
Text Example
White with #C1878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1878A; }
p { color: rgb(193,135,138); }
H1.HeaderClassName
{
color: #C1878A;
}
.AnyTagClassName
{
color: #C1878A;
}
</style>
background-color css
<style>
a { background-color: #C1878A; }
a { background-color: rgb(193,135,138); }
div.DivClassName
{
background-color: #C1878A;
}
.BgClassName
{
background-color: #C1878A;
}
</style>
border-color css
<style>
span { border-color: #C1878A; }
span { border-color: rgb(193,135,138); }
td.TdClassName
{
border-color: #C1878A;
}
.TagClassName
{
border-color: #C1878A;
}
</style>