Shades of Puce #C4818B
Tints of Puce #C4818B
RGB
CMYK
RGB Variations
Color information
#C4818B (or 0xC4818B) is known color: Puce. HEX triplet: C4, 81 and 8B. RGB value is (196,129,139). Sum of RGB (Red+Green+Blue) = 196+129+139=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4818B is #3B7E74. Grayscale: #969696. Windows color (decimal): -3898997 or 9142724. OLE color: 9142724.
HSL color Cylindrical-coordinate representation of color #C4818B: hue angle of 351.04º 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 #C4818B is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 139 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.23 |
| HSL | 351.04º | 0.36% | 0.64% | - |
| HSV(B) | 351.04º | 0.34% | 0.77% | - |
| XYZ | 35.28 | 29.3 | 28.22 | - |
| YUV | 150.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 139 | 0 | 0.34 | 0.29 | 0.23 | 351.04 | 0.36 | 0.64 |
| Hex | C4 | 81 | 8B | 0 | 22 | 1D | 17 | 15F | 24 | 40 |
| Octal | 304 | 201 | 213 | 0 | 42 | 35 | 27 | 537 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10001011 | 0 | 100010 | 11101 | 10111 | 101011111 | 100100 | 1000000 |
Color Harmonies of #C4818B
Complementary color
Monochromatic Colors of #C4818B
Black with #C4818B
Text Example
Text Example
White with #C4818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4818B; }
p { color: rgb(196,129,139); }
H1.HeaderClassName
{
color: #C4818B;
}
.AnyTagClassName
{
color: #C4818B;
}
</style>
background-color css
<style>
a { background-color: #C4818B; }
a { background-color: rgb(196,129,139); }
div.DivClassName
{
background-color: #C4818B;
}
.BgClassName
{
background-color: #C4818B;
}
</style>
border-color css
<style>
span { border-color: #C4818B; }
span { border-color: rgb(196,129,139); }
td.TdClassName
{
border-color: #C4818B;
}
.TagClassName
{
border-color: #C4818B;
}
</style>