Shades of Puce #C4818C
Tints of Puce #C4818C
RGB
CMYK
RGB Variations
Color information
#C4818C (or 0xC4818C) is known color: Puce. HEX triplet: C4, 81 and 8C. RGB value is (196,129,140). Sum of RGB (Red+Green+Blue) = 196+129+140=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4818C is #3B7E73. Grayscale: #969696. Windows color (decimal): -3898996 or 9208260. OLE color: 9208260.
HSL color Cylindrical-coordinate representation of color #C4818C: hue angle of 350.15º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4818C is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 140 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.23 |
| HSL | 350.15º | 0.36% | 0.64% | - |
| HSV(B) | 350.15º | 0.34% | 0.77% | - |
| XYZ | 35.35 | 29.33 | 28.61 | - |
| YUV | 150.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 140 | 0 | 0.34 | 0.29 | 0.23 | 350.15 | 0.36 | 0.64 |
| Hex | C4 | 81 | 8C | 0 | 22 | 1D | 17 | 15E | 24 | 40 |
| Octal | 304 | 201 | 214 | 0 | 42 | 35 | 27 | 536 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10001100 | 0 | 100010 | 11101 | 10111 | 101011110 | 100100 | 1000000 |
Color Harmonies of #C4818C
Complementary color
Monochromatic Colors of #C4818C
Black with #C4818C
Text Example
Text Example
White with #C4818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4818C; }
p { color: rgb(196,129,140); }
H1.HeaderClassName
{
color: #C4818C;
}
.AnyTagClassName
{
color: #C4818C;
}
</style>
background-color css
<style>
a { background-color: #C4818C; }
a { background-color: rgb(196,129,140); }
div.DivClassName
{
background-color: #C4818C;
}
.BgClassName
{
background-color: #C4818C;
}
</style>
border-color css
<style>
span { border-color: #C4818C; }
span { border-color: rgb(196,129,140); }
td.TdClassName
{
border-color: #C4818C;
}
.TagClassName
{
border-color: #C4818C;
}
</style>