Shades of Puce #C4838B
Tints of Puce #C4838B
RGB
CMYK
RGB Variations
Color information
#C4838B (or 0xC4838B) is known color: Puce. HEX triplet: C4, 83 and 8B. RGB value is (196,131,139). Sum of RGB (Red+Green+Blue) = 196+131+139=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4838B is #3B7C74. Grayscale: #979797. Windows color (decimal): -3898485 or 9143236. OLE color: 9143236.
HSL color Cylindrical-coordinate representation of color #C4838B: hue angle of 352.62º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4838B is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 139 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.23 |
| HSL | 352.62º | 0.36% | 0.64% | - |
| HSV(B) | 352.62º | 0.33% | 0.77% | - |
| XYZ | 35.54 | 29.83 | 28.31 | - |
| YUV | 151.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 139 | 0 | 0.33 | 0.29 | 0.23 | 352.62 | 0.36 | 0.64 |
| Hex | C4 | 83 | 8B | 0 | 21 | 1D | 17 | 161 | 24 | 40 |
| Octal | 304 | 203 | 213 | 0 | 41 | 35 | 27 | 541 | 44 | 100 |
| Binary | 11000100 | 10000011 | 10001011 | 0 | 100001 | 11101 | 10111 | 101100001 | 100100 | 1000000 |
Color Harmonies of #C4838B
Complementary color
Monochromatic Colors of #C4838B
Black with #C4838B
Text Example
Text Example
White with #C4838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4838B; }
p { color: rgb(196,131,139); }
H1.HeaderClassName
{
color: #C4838B;
}
.AnyTagClassName
{
color: #C4838B;
}
</style>
background-color css
<style>
a { background-color: #C4838B; }
a { background-color: rgb(196,131,139); }
div.DivClassName
{
background-color: #C4838B;
}
.BgClassName
{
background-color: #C4838B;
}
</style>
border-color css
<style>
span { border-color: #C4838B; }
span { border-color: rgb(196,131,139); }
td.TdClassName
{
border-color: #C4838B;
}
.TagClassName
{
border-color: #C4838B;
}
</style>