Shades of Puce #C3858B
Tints of Puce #C3858B
RGB
CMYK
RGB Variations
Color information
#C3858B (or 0xC3858B) is known color: Puce. HEX triplet: C3, 85 and 8B. RGB value is (195,133,139). Sum of RGB (Red+Green+Blue) = 195+133+139=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3858B is #3C7A74. Grayscale: #989898. Windows color (decimal): -3963509 or 9143747. OLE color: 9143747.
HSL color Cylindrical-coordinate representation of color #C3858B: hue angle of 354.19º 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 #C3858B is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 139 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.24 |
| HSL | 354.19º | 0.34% | 0.64% | - |
| HSV(B) | 354.19º | 0.32% | 0.76% | - |
| XYZ | 35.55 | 30.24 | 28.39 | - |
| YUV | 152.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 139 | 0 | 0.32 | 0.29 | 0.24 | 354.19 | 0.34 | 0.64 |
| Hex | C3 | 85 | 8B | 0 | 20 | 1D | 18 | 162 | 22 | 40 |
| Octal | 303 | 205 | 213 | 0 | 40 | 35 | 30 | 542 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10001011 | 0 | 100000 | 11101 | 11000 | 101100010 | 100010 | 1000000 |
Color Harmonies of #C3858B
Complementary color
Monochromatic Colors of #C3858B
Black with #C3858B
Text Example
Text Example
White with #C3858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3858B; }
p { color: rgb(195,133,139); }
H1.HeaderClassName
{
color: #C3858B;
}
.AnyTagClassName
{
color: #C3858B;
}
</style>
background-color css
<style>
a { background-color: #C3858B; }
a { background-color: rgb(195,133,139); }
div.DivClassName
{
background-color: #C3858B;
}
.BgClassName
{
background-color: #C3858B;
}
</style>
border-color css
<style>
span { border-color: #C3858B; }
span { border-color: rgb(195,133,139); }
td.TdClassName
{
border-color: #C3858B;
}
.TagClassName
{
border-color: #C3858B;
}
</style>