Shades of Puce #C4868A
Tints of Puce #C4868A
RGB
CMYK
RGB Variations
Color information
#C4868A (or 0xC4868A) is known color: Puce. HEX triplet: C4, 86 and 8A. RGB value is (196,134,138). Sum of RGB (Red+Green+Blue) = 196+134+138=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4868A is #3B7975. Grayscale: #999999. Windows color (decimal): -3897718 or 9078468. OLE color: 9078468.
HSL color Cylindrical-coordinate representation of color #C4868A: hue angle of 356.13º degrees, saturation: 0.34, 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 #C4868A is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 138 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.23 |
| HSL | 356.13º | 0.34% | 0.65% | - |
| HSV(B) | 356.13º | 0.32% | 0.77% | - |
| XYZ | 35.88 | 30.62 | 28.06 | - |
| YUV | 152.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 138 | 0 | 0.32 | 0.30 | 0.23 | 356.13 | 0.34 | 0.65 |
| Hex | C4 | 86 | 8A | 0 | 20 | 1E | 17 | 164 | 22 | 41 |
| Octal | 304 | 206 | 212 | 0 | 40 | 36 | 27 | 544 | 42 | 101 |
| Binary | 11000100 | 10000110 | 10001010 | 0 | 100000 | 11110 | 10111 | 101100100 | 100010 | 1000001 |
Color Harmonies of #C4868A
Complementary color
Monochromatic Colors of #C4868A
Black with #C4868A
Text Example
Text Example
White with #C4868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4868A; }
p { color: rgb(196,134,138); }
H1.HeaderClassName
{
color: #C4868A;
}
.AnyTagClassName
{
color: #C4868A;
}
</style>
background-color css
<style>
a { background-color: #C4868A; }
a { background-color: rgb(196,134,138); }
div.DivClassName
{
background-color: #C4868A;
}
.BgClassName
{
background-color: #C4868A;
}
</style>
border-color css
<style>
span { border-color: #C4868A; }
span { border-color: rgb(196,134,138); }
td.TdClassName
{
border-color: #C4868A;
}
.TagClassName
{
border-color: #C4868A;
}
</style>