Shades of Puce #C4838A
Tints of Puce #C4838A
RGB
CMYK
RGB Variations
Color information
#C4838A (or 0xC4838A) is known color: Puce. HEX triplet: C4, 83 and 8A. RGB value is (196,131,138). Sum of RGB (Red+Green+Blue) = 196+131+138=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4838A is #3B7C75. Grayscale: #979797. Windows color (decimal): -3898486 or 9077700. OLE color: 9077700.
HSL color Cylindrical-coordinate representation of color #C4838A: hue angle of 353.54º 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 #C4838A is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 138 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.23 |
| HSL | 353.54º | 0.36% | 0.64% | - |
| HSV(B) | 353.54º | 0.33% | 0.77% | - |
| XYZ | 35.47 | 29.8 | 27.93 | - |
| YUV | 151.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 138 | 0 | 0.33 | 0.30 | 0.23 | 353.54 | 0.36 | 0.64 |
| Hex | C4 | 83 | 8A | 0 | 21 | 1E | 17 | 162 | 24 | 40 |
| Octal | 304 | 203 | 212 | 0 | 41 | 36 | 27 | 542 | 44 | 100 |
| Binary | 11000100 | 10000011 | 10001010 | 0 | 100001 | 11110 | 10111 | 101100010 | 100100 | 1000000 |
Color Harmonies of #C4838A
Complementary color
Monochromatic Colors of #C4838A
Black with #C4838A
Text Example
Text Example
White with #C4838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4838A; }
p { color: rgb(196,131,138); }
H1.HeaderClassName
{
color: #C4838A;
}
.AnyTagClassName
{
color: #C4838A;
}
</style>
background-color css
<style>
a { background-color: #C4838A; }
a { background-color: rgb(196,131,138); }
div.DivClassName
{
background-color: #C4838A;
}
.BgClassName
{
background-color: #C4838A;
}
</style>
border-color css
<style>
span { border-color: #C4838A; }
span { border-color: rgb(196,131,138); }
td.TdClassName
{
border-color: #C4838A;
}
.TagClassName
{
border-color: #C4838A;
}
</style>