Shades of Puce #C38095
Tints of Puce #C38095
RGB
CMYK
RGB Variations
Color information
#C38095 (or 0xC38095) is known color: Puce. HEX triplet: C3, 80 and 95. RGB value is (195,128,149). Sum of RGB (Red+Green+Blue) = 195+128+149=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C38095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38095 is #3C7F6A. Grayscale: #969696. Windows color (decimal): -3964779 or 9797827. OLE color: 9797827.
HSL color Cylindrical-coordinate representation of color #C38095: hue angle of 341.19º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C38095 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 149 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.24 |
| HSL | 341.19º | 0.36% | 0.63% | - |
| HSV(B) | 341.19º | 0.34% | 0.76% | - |
| XYZ | 35.65 | 29.21 | 32.19 | - |
| YUV | 150.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 149 | 0 | 0.34 | 0.24 | 0.24 | 341.19 | 0.36 | 0.63 |
| Hex | C3 | 80 | 95 | 0 | 22 | 18 | 18 | 155 | 24 | 3F |
| Octal | 303 | 200 | 225 | 0 | 42 | 30 | 30 | 525 | 44 | 77 |
| Binary | 11000011 | 10000000 | 10010101 | 0 | 100010 | 11000 | 11000 | 101010101 | 100100 | 111111 |
Color Harmonies of #C38095
Complementary color
Monochromatic Colors of #C38095
Black with #C38095
Text Example
Text Example
White with #C38095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38095; }
p { color: rgb(195,128,149); }
H1.HeaderClassName
{
color: #C38095;
}
.AnyTagClassName
{
color: #C38095;
}
</style>
background-color css
<style>
a { background-color: #C38095; }
a { background-color: rgb(195,128,149); }
div.DivClassName
{
background-color: #C38095;
}
.BgClassName
{
background-color: #C38095;
}
</style>
border-color css
<style>
span { border-color: #C38095; }
span { border-color: rgb(195,128,149); }
td.TdClassName
{
border-color: #C38095;
}
.TagClassName
{
border-color: #C38095;
}
</style>