Shades of Puce #C3858E
Tints of Puce #C3858E
RGB
CMYK
RGB Variations
Color information
#C3858E (or 0xC3858E) is known color: Puce. HEX triplet: C3, 85 and 8E. RGB value is (195,133,142). Sum of RGB (Red+Green+Blue) = 195+133+142=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3858E is #3C7A71. Grayscale: #989898. Windows color (decimal): -3963506 or 9340355. OLE color: 9340355.
HSL color Cylindrical-coordinate representation of color #C3858E: hue angle of 351.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3858E is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 142 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.24 |
| HSL | 351.29º | 0.34% | 0.64% | - |
| HSV(B) | 351.29º | 0.32% | 0.76% | - |
| XYZ | 35.78 | 30.33 | 29.56 | - |
| YUV | 152.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 142 | 0 | 0.32 | 0.27 | 0.24 | 351.29 | 0.34 | 0.64 |
| Hex | C3 | 85 | 8E | 0 | 20 | 1B | 18 | 15F | 22 | 40 |
| Octal | 303 | 205 | 216 | 0 | 40 | 33 | 30 | 537 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10001110 | 0 | 100000 | 11011 | 11000 | 101011111 | 100010 | 1000000 |
Color Harmonies of #C3858E
Complementary color
Monochromatic Colors of #C3858E
Black with #C3858E
Text Example
Text Example
White with #C3858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3858E; }
p { color: rgb(195,133,142); }
H1.HeaderClassName
{
color: #C3858E;
}
.AnyTagClassName
{
color: #C3858E;
}
</style>
background-color css
<style>
a { background-color: #C3858E; }
a { background-color: rgb(195,133,142); }
div.DivClassName
{
background-color: #C3858E;
}
.BgClassName
{
background-color: #C3858E;
}
</style>
border-color css
<style>
span { border-color: #C3858E; }
span { border-color: rgb(195,133,142); }
td.TdClassName
{
border-color: #C3858E;
}
.TagClassName
{
border-color: #C3858E;
}
</style>