Shades of Puce #C38A8F
Tints of Puce #C38A8F
RGB
CMYK
RGB Variations
Color information
#C38A8F (or 0xC38A8F) is known color: Puce. HEX triplet: C3, 8A and 8F. RGB value is (195,138,143). Sum of RGB (Red+Green+Blue) = 195+138+143=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A8F is #3C7570. Grayscale: #9B9B9B. Windows color (decimal): -3962225 or 9407171. OLE color: 9407171.
HSL color Cylindrical-coordinate representation of color #C38A8F: hue angle of 354.74º 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 #C38A8F is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 143 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.24 |
| HSL | 354.74º | 0.32% | 0.65% | - |
| HSV(B) | 354.74º | 0.29% | 0.76% | - |
| XYZ | 36.55 | 31.76 | 30.19 | - |
| YUV | 155.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 143 | 0 | 0.29 | 0.27 | 0.24 | 354.74 | 0.32 | 0.65 |
| Hex | C3 | 8A | 8F | 0 | 1D | 1B | 18 | 163 | 20 | 41 |
| Octal | 303 | 212 | 217 | 0 | 35 | 33 | 30 | 543 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10001111 | 0 | 11101 | 11011 | 11000 | 101100011 | 100000 | 1000001 |
Color Harmonies of #C38A8F
Complementary color
Monochromatic Colors of #C38A8F
Black with #C38A8F
Text Example
Text Example
White with #C38A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A8F; }
p { color: rgb(195,138,143); }
H1.HeaderClassName
{
color: #C38A8F;
}
.AnyTagClassName
{
color: #C38A8F;
}
</style>
background-color css
<style>
a { background-color: #C38A8F; }
a { background-color: rgb(195,138,143); }
div.DivClassName
{
background-color: #C38A8F;
}
.BgClassName
{
background-color: #C38A8F;
}
</style>
border-color css
<style>
span { border-color: #C38A8F; }
span { border-color: rgb(195,138,143); }
td.TdClassName
{
border-color: #C38A8F;
}
.TagClassName
{
border-color: #C38A8F;
}
</style>