Shades of Puce #C1858E
Tints of Puce #C1858E
RGB
CMYK
RGB Variations
Color information
#C1858E (or 0xC1858E) is known color: Puce. HEX triplet: C1, 85 and 8E. RGB value is (193,133,142). Sum of RGB (Red+Green+Blue) = 193+133+142=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1858E is #3E7A71. Grayscale: #979797. Windows color (decimal): -4094578 or 9340353. OLE color: 9340353.
HSL color Cylindrical-coordinate representation of color #C1858E: hue angle of 351º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1858E is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 142 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.24 |
| HSL | 351º | 0.33% | 0.64% | - |
| HSV(B) | 351º | 0.31% | 0.76% | - |
| XYZ | 35.26 | 30.07 | 29.54 | - |
| YUV | 151.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 142 | 0 | 0.31 | 0.26 | 0.24 | 351 | 0.33 | 0.64 |
| Hex | C1 | 85 | 8E | 0 | 1F | 1A | 18 | 15F | 21 | 40 |
| Octal | 301 | 205 | 216 | 0 | 37 | 32 | 30 | 537 | 41 | 100 |
| Binary | 11000001 | 10000101 | 10001110 | 0 | 11111 | 11010 | 11000 | 101011111 | 100001 | 1000000 |
Color Harmonies of #C1858E
Complementary color
Monochromatic Colors of #C1858E
Black with #C1858E
Text Example
Text Example
White with #C1858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1858E; }
p { color: rgb(193,133,142); }
H1.HeaderClassName
{
color: #C1858E;
}
.AnyTagClassName
{
color: #C1858E;
}
</style>
background-color css
<style>
a { background-color: #C1858E; }
a { background-color: rgb(193,133,142); }
div.DivClassName
{
background-color: #C1858E;
}
.BgClassName
{
background-color: #C1858E;
}
</style>
border-color css
<style>
span { border-color: #C1858E; }
span { border-color: rgb(193,133,142); }
td.TdClassName
{
border-color: #C1858E;
}
.TagClassName
{
border-color: #C1858E;
}
</style>