Shades of Puce #C38696
Tints of Puce #C38696
RGB
CMYK
RGB Variations
Color information
#C38696 (or 0xC38696) is known color: Puce. HEX triplet: C3, 86 and 96. RGB value is (195,134,150). Sum of RGB (Red+Green+Blue) = 195+134+150=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C38696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38696 is #3C7969. Grayscale: #9A9A9A. Windows color (decimal): -3963242 or 9864899. OLE color: 9864899.
HSL color Cylindrical-coordinate representation of color #C38696: hue angle of 344.26º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38696 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 150 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.24 |
| HSL | 344.26º | 0.34% | 0.65% | - |
| HSV(B) | 344.26º | 0.31% | 0.76% | - |
| XYZ | 36.54 | 30.85 | 32.88 | - |
| YUV | 154.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 150 | 0 | 0.31 | 0.23 | 0.24 | 344.26 | 0.34 | 0.65 |
| Hex | C3 | 86 | 96 | 0 | 1F | 17 | 18 | 158 | 22 | 41 |
| Octal | 303 | 206 | 226 | 0 | 37 | 27 | 30 | 530 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10010110 | 0 | 11111 | 10111 | 11000 | 101011000 | 100010 | 1000001 |
Color Harmonies of #C38696
Complementary color
Monochromatic Colors of #C38696
Black with #C38696
Text Example
Text Example
White with #C38696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38696; }
p { color: rgb(195,134,150); }
H1.HeaderClassName
{
color: #C38696;
}
.AnyTagClassName
{
color: #C38696;
}
</style>
background-color css
<style>
a { background-color: #C38696; }
a { background-color: rgb(195,134,150); }
div.DivClassName
{
background-color: #C38696;
}
.BgClassName
{
background-color: #C38696;
}
</style>
border-color css
<style>
span { border-color: #C38696; }
span { border-color: rgb(195,134,150); }
td.TdClassName
{
border-color: #C38696;
}
.TagClassName
{
border-color: #C38696;
}
</style>