Shades of Puce #C4858B
Tints of Puce #C4858B
RGB
CMYK
RGB Variations
Color information
#C4858B (or 0xC4858B) is known color: Puce. HEX triplet: C4, 85 and 8B. RGB value is (196,133,139). Sum of RGB (Red+Green+Blue) = 196+133+139=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4858B is #3B7A74. Grayscale: #989898. Windows color (decimal): -3897973 or 9143748. OLE color: 9143748.
HSL color Cylindrical-coordinate representation of color #C4858B: hue angle of 354.29º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4858B is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 139 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.23 |
| HSL | 354.29º | 0.35% | 0.65% | - |
| HSV(B) | 354.29º | 0.32% | 0.77% | - |
| XYZ | 35.81 | 30.37 | 28.4 | - |
| YUV | 152.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 139 | 0 | 0.32 | 0.29 | 0.23 | 354.29 | 0.35 | 0.65 |
| Hex | C4 | 85 | 8B | 0 | 20 | 1D | 17 | 162 | 23 | 41 |
| Octal | 304 | 205 | 213 | 0 | 40 | 35 | 27 | 542 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10001011 | 0 | 100000 | 11101 | 10111 | 101100010 | 100011 | 1000001 |
Color Harmonies of #C4858B
Complementary color
Monochromatic Colors of #C4858B
Black with #C4858B
Text Example
Text Example
White with #C4858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4858B; }
p { color: rgb(196,133,139); }
H1.HeaderClassName
{
color: #C4858B;
}
.AnyTagClassName
{
color: #C4858B;
}
</style>
background-color css
<style>
a { background-color: #C4858B; }
a { background-color: rgb(196,133,139); }
div.DivClassName
{
background-color: #C4858B;
}
.BgClassName
{
background-color: #C4858B;
}
</style>
border-color css
<style>
span { border-color: #C4858B; }
span { border-color: rgb(196,133,139); }
td.TdClassName
{
border-color: #C4858B;
}
.TagClassName
{
border-color: #C4858B;
}
</style>