Shades of Puce #C38495
Tints of Puce #C38495
RGB
CMYK
RGB Variations
Color information
#C38495 (or 0xC38495) is known color: Puce. HEX triplet: C3, 84 and 95. RGB value is (195,132,149). Sum of RGB (Red+Green+Blue) = 195+132+149=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38495 is #3C7B6A. Grayscale: #989898. Windows color (decimal): -3963755 or 9798851. OLE color: 9798851.
HSL color Cylindrical-coordinate representation of color #C38495: hue angle of 343.81º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38495 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 149 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.24 |
| HSL | 343.81º | 0.34% | 0.64% | - |
| HSV(B) | 343.81º | 0.32% | 0.76% | - |
| XYZ | 36.18 | 30.27 | 32.37 | - |
| YUV | 152.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 149 | 0 | 0.32 | 0.24 | 0.24 | 343.81 | 0.34 | 0.64 |
| Hex | C3 | 84 | 95 | 0 | 20 | 18 | 18 | 158 | 22 | 40 |
| Octal | 303 | 204 | 225 | 0 | 40 | 30 | 30 | 530 | 42 | 100 |
| Binary | 11000011 | 10000100 | 10010101 | 0 | 100000 | 11000 | 11000 | 101011000 | 100010 | 1000000 |
Color Harmonies of #C38495
Complementary color
Monochromatic Colors of #C38495
Black with #C38495
Text Example
Text Example
White with #C38495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38495; }
p { color: rgb(195,132,149); }
H1.HeaderClassName
{
color: #C38495;
}
.AnyTagClassName
{
color: #C38495;
}
</style>
background-color css
<style>
a { background-color: #C38495; }
a { background-color: rgb(195,132,149); }
div.DivClassName
{
background-color: #C38495;
}
.BgClassName
{
background-color: #C38495;
}
</style>
border-color css
<style>
span { border-color: #C38495; }
span { border-color: rgb(195,132,149); }
td.TdClassName
{
border-color: #C38495;
}
.TagClassName
{
border-color: #C38495;
}
</style>