Shades of Puce #C38A95
Tints of Puce #C38A95
RGB
CMYK
RGB Variations
Color information
#C38A95 (or 0xC38A95) is known color: Puce. HEX triplet: C3, 8A and 95. RGB value is (195,138,149). Sum of RGB (Red+Green+Blue) = 195+138+149=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A95 is #3C756A. Grayscale: #9C9C9C. Windows color (decimal): -3962219 or 9800387. OLE color: 9800387.
HSL color Cylindrical-coordinate representation of color #C38A95: hue angle of 348.42º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38A95 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 149 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.24 |
| HSL | 348.42º | 0.32% | 0.65% | - |
| HSV(B) | 348.42º | 0.29% | 0.76% | - |
| XYZ | 37.02 | 31.95 | 32.65 | - |
| YUV | 156.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 149 | 0 | 0.29 | 0.24 | 0.24 | 348.42 | 0.32 | 0.65 |
| Hex | C3 | 8A | 95 | 0 | 1D | 18 | 18 | 15C | 20 | 41 |
| Octal | 303 | 212 | 225 | 0 | 35 | 30 | 30 | 534 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10010101 | 0 | 11101 | 11000 | 11000 | 101011100 | 100000 | 1000001 |
Color Harmonies of #C38A95
Complementary color
Monochromatic Colors of #C38A95
Black with #C38A95
Text Example
Text Example
White with #C38A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A95; }
p { color: rgb(195,138,149); }
H1.HeaderClassName
{
color: #C38A95;
}
.AnyTagClassName
{
color: #C38A95;
}
</style>
background-color css
<style>
a { background-color: #C38A95; }
a { background-color: rgb(195,138,149); }
div.DivClassName
{
background-color: #C38A95;
}
.BgClassName
{
background-color: #C38A95;
}
</style>
border-color css
<style>
span { border-color: #C38A95; }
span { border-color: rgb(195,138,149); }
td.TdClassName
{
border-color: #C38A95;
}
.TagClassName
{
border-color: #C38A95;
}
</style>