Shades of Puce #C4858A
Tints of Puce #C4858A
RGB
CMYK
RGB Variations
Color information
#C4858A (or 0xC4858A) is known color: Puce. HEX triplet: C4, 85 and 8A. RGB value is (196,133,138). Sum of RGB (Red+Green+Blue) = 196+133+138=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4858A is #3B7A75. Grayscale: #989898. Windows color (decimal): -3897974 or 9078212. OLE color: 9078212.
HSL color Cylindrical-coordinate representation of color #C4858A: hue angle of 355.24º 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 #C4858A is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 138 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.23 |
| HSL | 355.24º | 0.35% | 0.65% | - |
| HSV(B) | 355.24º | 0.32% | 0.77% | - |
| XYZ | 35.74 | 30.35 | 28.02 | - |
| YUV | 152.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 138 | 0 | 0.32 | 0.30 | 0.23 | 355.24 | 0.35 | 0.65 |
| Hex | C4 | 85 | 8A | 0 | 20 | 1E | 17 | 163 | 23 | 41 |
| Octal | 304 | 205 | 212 | 0 | 40 | 36 | 27 | 543 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10001010 | 0 | 100000 | 11110 | 10111 | 101100011 | 100011 | 1000001 |
Color Harmonies of #C4858A
Complementary color
Monochromatic Colors of #C4858A
Black with #C4858A
Text Example
Text Example
White with #C4858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4858A; }
p { color: rgb(196,133,138); }
H1.HeaderClassName
{
color: #C4858A;
}
.AnyTagClassName
{
color: #C4858A;
}
</style>
background-color css
<style>
a { background-color: #C4858A; }
a { background-color: rgb(196,133,138); }
div.DivClassName
{
background-color: #C4858A;
}
.BgClassName
{
background-color: #C4858A;
}
</style>
border-color css
<style>
span { border-color: #C4858A; }
span { border-color: rgb(196,133,138); }
td.TdClassName
{
border-color: #C4858A;
}
.TagClassName
{
border-color: #C4858A;
}
</style>