Shades of Puce #C38A8E
Tints of Puce #C38A8E
RGB
CMYK
RGB Variations
Color information
#C38A8E (or 0xC38A8E) is known color: Puce. HEX triplet: C3, 8A and 8E. RGB value is (195,138,142). Sum of RGB (Red+Green+Blue) = 195+138+142=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A8E is #3C7571. Grayscale: #9B9B9B. Windows color (decimal): -3962226 or 9341635. OLE color: 9341635.
HSL color Cylindrical-coordinate representation of color #C38A8E: hue angle of 355.79º 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 #C38A8E is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 142 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.24 |
| HSL | 355.79º | 0.32% | 0.65% | - |
| HSV(B) | 355.79º | 0.29% | 0.76% | - |
| XYZ | 36.48 | 31.73 | 29.79 | - |
| YUV | 155.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 142 | 0 | 0.29 | 0.27 | 0.24 | 355.79 | 0.32 | 0.65 |
| Hex | C3 | 8A | 8E | 0 | 1D | 1B | 18 | 164 | 20 | 41 |
| Octal | 303 | 212 | 216 | 0 | 35 | 33 | 30 | 544 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10001110 | 0 | 11101 | 11011 | 11000 | 101100100 | 100000 | 1000001 |
Color Harmonies of #C38A8E
Complementary color
Monochromatic Colors of #C38A8E
Black with #C38A8E
Text Example
Text Example
White with #C38A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A8E; }
p { color: rgb(195,138,142); }
H1.HeaderClassName
{
color: #C38A8E;
}
.AnyTagClassName
{
color: #C38A8E;
}
</style>
background-color css
<style>
a { background-color: #C38A8E; }
a { background-color: rgb(195,138,142); }
div.DivClassName
{
background-color: #C38A8E;
}
.BgClassName
{
background-color: #C38A8E;
}
</style>
border-color css
<style>
span { border-color: #C38A8E; }
span { border-color: rgb(195,138,142); }
td.TdClassName
{
border-color: #C38A8E;
}
.TagClassName
{
border-color: #C38A8E;
}
</style>