Shades of Puce #C38995
Tints of Puce #C38995
RGB
CMYK
RGB Variations
Color information
#C38995 (or 0xC38995) is known color: Puce. HEX triplet: C3, 89 and 95. RGB value is (195,137,149). Sum of RGB (Red+Green+Blue) = 195+137+149=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C38995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38995 is #3C766A. Grayscale: #9B9B9B. Windows color (decimal): -3962475 or 9800131. OLE color: 9800131.
HSL color Cylindrical-coordinate representation of color #C38995: hue angle of 347.59º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C38995 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 149 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.24 |
| HSL | 347.59º | 0.33% | 0.65% | - |
| HSV(B) | 347.59º | 0.3% | 0.76% | - |
| XYZ | 36.88 | 31.66 | 32.6 | - |
| YUV | 155.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 149 | 0 | 0.30 | 0.24 | 0.24 | 347.59 | 0.33 | 0.65 |
| Hex | C3 | 89 | 95 | 0 | 1E | 18 | 18 | 15C | 21 | 41 |
| Octal | 303 | 211 | 225 | 0 | 36 | 30 | 30 | 534 | 41 | 101 |
| Binary | 11000011 | 10001001 | 10010101 | 0 | 11110 | 11000 | 11000 | 101011100 | 100001 | 1000001 |
Color Harmonies of #C38995
Complementary color
Monochromatic Colors of #C38995
Black with #C38995
Text Example
Text Example
White with #C38995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38995; }
p { color: rgb(195,137,149); }
H1.HeaderClassName
{
color: #C38995;
}
.AnyTagClassName
{
color: #C38995;
}
</style>
background-color css
<style>
a { background-color: #C38995; }
a { background-color: rgb(195,137,149); }
div.DivClassName
{
background-color: #C38995;
}
.BgClassName
{
background-color: #C38995;
}
</style>
border-color css
<style>
span { border-color: #C38995; }
span { border-color: rgb(195,137,149); }
td.TdClassName
{
border-color: #C38995;
}
.TagClassName
{
border-color: #C38995;
}
</style>