Shades of Puce #C38B8D
Tints of Puce #C38B8D
RGB
CMYK
RGB Variations
Color information
#C38B8D (or 0xC38B8D) is known color: Puce. HEX triplet: C3, 8B and 8D. RGB value is (195,139,141). Sum of RGB (Red+Green+Blue) = 195+139+141=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38B8D is #3C7472. Grayscale: #9C9C9C. Windows color (decimal): -3961971 or 9276355. OLE color: 9276355.
HSL color Cylindrical-coordinate representation of color #C38B8D: hue angle of 357.86º 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 #C38B8D is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 141 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.24 |
| HSL | 357.86º | 0.32% | 0.65% | - |
| HSV(B) | 357.86º | 0.29% | 0.76% | - |
| XYZ | 36.55 | 31.99 | 29.45 | - |
| YUV | 155.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 141 | 0 | 0.29 | 0.28 | 0.24 | 357.86 | 0.32 | 0.65 |
| Hex | C3 | 8B | 8D | 0 | 1D | 1C | 18 | 166 | 20 | 41 |
| Octal | 303 | 213 | 215 | 0 | 35 | 34 | 30 | 546 | 40 | 101 |
| Binary | 11000011 | 10001011 | 10001101 | 0 | 11101 | 11100 | 11000 | 101100110 | 100000 | 1000001 |
Color Harmonies of #C38B8D
Complementary color
Monochromatic Colors of #C38B8D
Black with #C38B8D
Text Example
Text Example
White with #C38B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B8D; }
p { color: rgb(195,139,141); }
H1.HeaderClassName
{
color: #C38B8D;
}
.AnyTagClassName
{
color: #C38B8D;
}
</style>
background-color css
<style>
a { background-color: #C38B8D; }
a { background-color: rgb(195,139,141); }
div.DivClassName
{
background-color: #C38B8D;
}
.BgClassName
{
background-color: #C38B8D;
}
</style>
border-color css
<style>
span { border-color: #C38B8D; }
span { border-color: rgb(195,139,141); }
td.TdClassName
{
border-color: #C38B8D;
}
.TagClassName
{
border-color: #C38B8D;
}
</style>