Shades of Puce #C1878B
Tints of Puce #C1878B
RGB
CMYK
RGB Variations
Color information
#C1878B (or 0xC1878B) is known color: Puce. HEX triplet: C1, 87 and 8B. RGB value is (193,135,139). Sum of RGB (Red+Green+Blue) = 193+135+139=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1878B is #3E7874. Grayscale: #989898. Windows color (decimal): -4094069 or 9144257. OLE color: 9144257.
HSL color Cylindrical-coordinate representation of color #C1878B: hue angle of 355.86º 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 #C1878B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 139 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.24 |
| HSL | 355.86º | 0.32% | 0.64% | - |
| HSV(B) | 355.86º | 0.3% | 0.76% | - |
| XYZ | 35.32 | 30.53 | 28.46 | - |
| YUV | 152.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 139 | 0 | 0.30 | 0.28 | 0.24 | 355.86 | 0.32 | 0.64 |
| Hex | C1 | 87 | 8B | 0 | 1E | 1C | 18 | 164 | 20 | 40 |
| Octal | 301 | 207 | 213 | 0 | 36 | 34 | 30 | 544 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10001011 | 0 | 11110 | 11100 | 11000 | 101100100 | 100000 | 1000000 |
Color Harmonies of #C1878B
Complementary color
Monochromatic Colors of #C1878B
Black with #C1878B
Text Example
Text Example
White with #C1878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1878B; }
p { color: rgb(193,135,139); }
H1.HeaderClassName
{
color: #C1878B;
}
.AnyTagClassName
{
color: #C1878B;
}
</style>
background-color css
<style>
a { background-color: #C1878B; }
a { background-color: rgb(193,135,139); }
div.DivClassName
{
background-color: #C1878B;
}
.BgClassName
{
background-color: #C1878B;
}
</style>
border-color css
<style>
span { border-color: #C1878B; }
span { border-color: rgb(193,135,139); }
td.TdClassName
{
border-color: #C1878B;
}
.TagClassName
{
border-color: #C1878B;
}
</style>