Shades of Puce #C38197
Tints of Puce #C38197
RGB
CMYK
RGB Variations
Color information
#C38197 (or 0xC38197) is known color: Puce. HEX triplet: C3, 81 and 97. RGB value is (195,129,151). Sum of RGB (Red+Green+Blue) = 195+129+151=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C38197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38197 is #3C7E68. Grayscale: #979797. Windows color (decimal): -3964521 or 9929155. OLE color: 9929155.
HSL color Cylindrical-coordinate representation of color #C38197: hue angle of 340º 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 #C38197 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 151 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.24 |
| HSL | 340º | 0.35% | 0.64% | - |
| HSV(B) | 340º | 0.34% | 0.76% | - |
| XYZ | 35.94 | 29.54 | 33.09 | - |
| YUV | 151.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 151 | 0 | 0.34 | 0.23 | 0.24 | 340 | 0.35 | 0.64 |
| Hex | C3 | 81 | 97 | 0 | 22 | 17 | 18 | 154 | 23 | 40 |
| Octal | 303 | 201 | 227 | 0 | 42 | 27 | 30 | 524 | 43 | 100 |
| Binary | 11000011 | 10000001 | 10010111 | 0 | 100010 | 10111 | 11000 | 101010100 | 100011 | 1000000 |
Color Harmonies of #C38197
Complementary color
Monochromatic Colors of #C38197
Black with #C38197
Text Example
Text Example
White with #C38197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38197; }
p { color: rgb(195,129,151); }
H1.HeaderClassName
{
color: #C38197;
}
.AnyTagClassName
{
color: #C38197;
}
</style>
background-color css
<style>
a { background-color: #C38197; }
a { background-color: rgb(195,129,151); }
div.DivClassName
{
background-color: #C38197;
}
.BgClassName
{
background-color: #C38197;
}
</style>
border-color css
<style>
span { border-color: #C38197; }
span { border-color: rgb(195,129,151); }
td.TdClassName
{
border-color: #C38197;
}
.TagClassName
{
border-color: #C38197;
}
</style>