Shades of Puce #C1858B
Tints of Puce #C1858B
RGB
CMYK
RGB Variations
Color information
#C1858B (or 0xC1858B) is known color: Puce. HEX triplet: C1, 85 and 8B. RGB value is (193,133,139). Sum of RGB (Red+Green+Blue) = 193+133+139=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C1858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1858B is #3E7A74. Grayscale: #979797. Windows color (decimal): -4094581 or 9143745. OLE color: 9143745.
HSL color Cylindrical-coordinate representation of color #C1858B: hue angle of 354º 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 #C1858B is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 139 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.24 |
| HSL | 354º | 0.33% | 0.64% | - |
| HSV(B) | 354º | 0.31% | 0.76% | - |
| XYZ | 35.04 | 29.98 | 28.37 | - |
| YUV | 151.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 139 | 0 | 0.31 | 0.28 | 0.24 | 354 | 0.33 | 0.64 |
| Hex | C1 | 85 | 8B | 0 | 1F | 1C | 18 | 162 | 21 | 40 |
| Octal | 301 | 205 | 213 | 0 | 37 | 34 | 30 | 542 | 41 | 100 |
| Binary | 11000001 | 10000101 | 10001011 | 0 | 11111 | 11100 | 11000 | 101100010 | 100001 | 1000000 |
Color Harmonies of #C1858B
Complementary color
Monochromatic Colors of #C1858B
Black with #C1858B
Text Example
Text Example
White with #C1858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1858B; }
p { color: rgb(193,133,139); }
H1.HeaderClassName
{
color: #C1858B;
}
.AnyTagClassName
{
color: #C1858B;
}
</style>
background-color css
<style>
a { background-color: #C1858B; }
a { background-color: rgb(193,133,139); }
div.DivClassName
{
background-color: #C1858B;
}
.BgClassName
{
background-color: #C1858B;
}
</style>
border-color css
<style>
span { border-color: #C1858B; }
span { border-color: rgb(193,133,139); }
td.TdClassName
{
border-color: #C1858B;
}
.TagClassName
{
border-color: #C1858B;
}
</style>