Shades of Puce #C4828B
Tints of Puce #C4828B
RGB
CMYK
RGB Variations
Color information
#C4828B (or 0xC4828B) is known color: Puce. HEX triplet: C4, 82 and 8B. RGB value is (196,130,139). Sum of RGB (Red+Green+Blue) = 196+130+139=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4828B is #3B7D74. Grayscale: #969696. Windows color (decimal): -3898741 or 9142980. OLE color: 9142980.
HSL color Cylindrical-coordinate representation of color #C4828B: hue angle of 351.82º 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 #C4828B is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 139 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.23 |
| HSL | 351.82º | 0.36% | 0.64% | - |
| HSV(B) | 351.82º | 0.34% | 0.77% | - |
| XYZ | 35.41 | 29.57 | 28.27 | - |
| YUV | 150.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 139 | 0 | 0.34 | 0.29 | 0.23 | 351.82 | 0.36 | 0.64 |
| Hex | C4 | 82 | 8B | 0 | 22 | 1D | 17 | 160 | 24 | 40 |
| Octal | 304 | 202 | 213 | 0 | 42 | 35 | 27 | 540 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10001011 | 0 | 100010 | 11101 | 10111 | 101100000 | 100100 | 1000000 |
Color Harmonies of #C4828B
Complementary color
Monochromatic Colors of #C4828B
Black with #C4828B
Text Example
Text Example
White with #C4828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4828B; }
p { color: rgb(196,130,139); }
H1.HeaderClassName
{
color: #C4828B;
}
.AnyTagClassName
{
color: #C4828B;
}
</style>
background-color css
<style>
a { background-color: #C4828B; }
a { background-color: rgb(196,130,139); }
div.DivClassName
{
background-color: #C4828B;
}
.BgClassName
{
background-color: #C4828B;
}
</style>
border-color css
<style>
span { border-color: #C4828B; }
span { border-color: rgb(196,130,139); }
td.TdClassName
{
border-color: #C4828B;
}
.TagClassName
{
border-color: #C4828B;
}
</style>