Shades of Puce #C38695
Tints of Puce #C38695
RGB
CMYK
RGB Variations
Color information
#C38695 (or 0xC38695) is known color: Puce. HEX triplet: C3, 86 and 95. RGB value is (195,134,149). Sum of RGB (Red+Green+Blue) = 195+134+149=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C38695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38695 is #3C796A. Grayscale: #999999. Windows color (decimal): -3963243 or 9799363. OLE color: 9799363.
HSL color Cylindrical-coordinate representation of color #C38695: hue angle of 345.25º 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 #C38695 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 149 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.24 |
| HSL | 345.25º | 0.34% | 0.65% | - |
| HSV(B) | 345.25º | 0.31% | 0.76% | - |
| XYZ | 36.46 | 30.82 | 32.46 | - |
| YUV | 153.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 149 | 0 | 0.31 | 0.24 | 0.24 | 345.25 | 0.34 | 0.65 |
| Hex | C3 | 86 | 95 | 0 | 1F | 18 | 18 | 159 | 22 | 41 |
| Octal | 303 | 206 | 225 | 0 | 37 | 30 | 30 | 531 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10010101 | 0 | 11111 | 11000 | 11000 | 101011001 | 100010 | 1000001 |
Color Harmonies of #C38695
Complementary color
Monochromatic Colors of #C38695
Black with #C38695
Text Example
Text Example
White with #C38695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38695; }
p { color: rgb(195,134,149); }
H1.HeaderClassName
{
color: #C38695;
}
.AnyTagClassName
{
color: #C38695;
}
</style>
background-color css
<style>
a { background-color: #C38695; }
a { background-color: rgb(195,134,149); }
div.DivClassName
{
background-color: #C38695;
}
.BgClassName
{
background-color: #C38695;
}
</style>
border-color css
<style>
span { border-color: #C38695; }
span { border-color: rgb(195,134,149); }
td.TdClassName
{
border-color: #C38695;
}
.TagClassName
{
border-color: #C38695;
}
</style>