Shades of Puce #C38A8D
Tints of Puce #C38A8D
RGB
CMYK
RGB Variations
Color information
#C38A8D (or 0xC38A8D) is known color: Puce. HEX triplet: C3, 8A and 8D. RGB value is (195,138,141). Sum of RGB (Red+Green+Blue) = 195+138+141=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A8D is #3C7572. Grayscale: #9B9B9B. Windows color (decimal): -3962227 or 9276099. OLE color: 9276099.
HSL color Cylindrical-coordinate representation of color #C38A8D: hue angle of 356.84º 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 #C38A8D is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 141 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.24 |
| HSL | 356.84º | 0.32% | 0.65% | - |
| HSV(B) | 356.84º | 0.29% | 0.76% | - |
| XYZ | 36.4 | 31.7 | 29.4 | - |
| YUV | 155.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 141 | 0 | 0.29 | 0.28 | 0.24 | 356.84 | 0.32 | 0.65 |
| Hex | C3 | 8A | 8D | 0 | 1D | 1C | 18 | 165 | 20 | 41 |
| Octal | 303 | 212 | 215 | 0 | 35 | 34 | 30 | 545 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10001101 | 0 | 11101 | 11100 | 11000 | 101100101 | 100000 | 1000001 |
Color Harmonies of #C38A8D
Complementary color
Monochromatic Colors of #C38A8D
Black with #C38A8D
Text Example
Text Example
White with #C38A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A8D; }
p { color: rgb(195,138,141); }
H1.HeaderClassName
{
color: #C38A8D;
}
.AnyTagClassName
{
color: #C38A8D;
}
</style>
background-color css
<style>
a { background-color: #C38A8D; }
a { background-color: rgb(195,138,141); }
div.DivClassName
{
background-color: #C38A8D;
}
.BgClassName
{
background-color: #C38A8D;
}
</style>
border-color css
<style>
span { border-color: #C38A8D; }
span { border-color: rgb(195,138,141); }
td.TdClassName
{
border-color: #C38A8D;
}
.TagClassName
{
border-color: #C38A8D;
}
</style>