Shades of Puce #C38196
Tints of Puce #C38196
RGB
CMYK
RGB Variations
Color information
#C38196 (or 0xC38196) is known color: Puce. HEX triplet: C3, 81 and 96. RGB value is (195,129,150). Sum of RGB (Red+Green+Blue) = 195+129+150=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C38196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38196 is #3C7E69. Grayscale: #979797. Windows color (decimal): -3964522 or 9863619. OLE color: 9863619.
HSL color Cylindrical-coordinate representation of color #C38196: hue angle of 340.91º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C38196 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 150 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.24 |
| HSL | 340.91º | 0.35% | 0.64% | - |
| HSV(B) | 340.91º | 0.34% | 0.76% | - |
| XYZ | 35.86 | 29.5 | 32.66 | - |
| YUV | 151.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 150 | 0 | 0.34 | 0.23 | 0.24 | 340.91 | 0.35 | 0.64 |
| Hex | C3 | 81 | 96 | 0 | 22 | 17 | 18 | 155 | 23 | 40 |
| Octal | 303 | 201 | 226 | 0 | 42 | 27 | 30 | 525 | 43 | 100 |
| Binary | 11000011 | 10000001 | 10010110 | 0 | 100010 | 10111 | 11000 | 101010101 | 100011 | 1000000 |
Color Harmonies of #C38196
Complementary color
Monochromatic Colors of #C38196
Black with #C38196
Text Example
Text Example
White with #C38196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38196; }
p { color: rgb(195,129,150); }
H1.HeaderClassName
{
color: #C38196;
}
.AnyTagClassName
{
color: #C38196;
}
</style>
background-color css
<style>
a { background-color: #C38196; }
a { background-color: rgb(195,129,150); }
div.DivClassName
{
background-color: #C38196;
}
.BgClassName
{
background-color: #C38196;
}
</style>
border-color css
<style>
span { border-color: #C38196; }
span { border-color: rgb(195,129,150); }
td.TdClassName
{
border-color: #C38196;
}
.TagClassName
{
border-color: #C38196;
}
</style>