Shades of Puce #C38C92
Tints of Puce #C38C92
RGB
CMYK
RGB Variations
Color information
#C38C92 (or 0xC38C92) is known color: Puce. HEX triplet: C3, 8C and 92. RGB value is (195,140,146). Sum of RGB (Red+Green+Blue) = 195+140+146=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38C92 is #3C736D. Grayscale: #9D9D9D. Windows color (decimal): -3961710 or 9604291. OLE color: 9604291.
HSL color Cylindrical-coordinate representation of color #C38C92: hue angle of 353.45º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38C92 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 146 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.24 |
| HSL | 353.45º | 0.31% | 0.66% | - |
| HSV(B) | 353.45º | 0.28% | 0.76% | - |
| XYZ | 37.07 | 32.43 | 31.5 | - |
| YUV | 157.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 146 | 0 | 0.28 | 0.25 | 0.24 | 353.45 | 0.31 | 0.66 |
| Hex | C3 | 8C | 92 | 0 | 1C | 19 | 18 | 161 | 1F | 42 |
| Octal | 303 | 214 | 222 | 0 | 34 | 31 | 30 | 541 | 37 | 102 |
| Binary | 11000011 | 10001100 | 10010010 | 0 | 11100 | 11001 | 11000 | 101100001 | 11111 | 1000010 |
Color Harmonies of #C38C92
Complementary color
Monochromatic Colors of #C38C92
Black with #C38C92
Text Example
Text Example
White with #C38C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C92; }
p { color: rgb(195,140,146); }
H1.HeaderClassName
{
color: #C38C92;
}
.AnyTagClassName
{
color: #C38C92;
}
</style>
background-color css
<style>
a { background-color: #C38C92; }
a { background-color: rgb(195,140,146); }
div.DivClassName
{
background-color: #C38C92;
}
.BgClassName
{
background-color: #C38C92;
}
</style>
border-color css
<style>
span { border-color: #C38C92; }
span { border-color: rgb(195,140,146); }
td.TdClassName
{
border-color: #C38C92;
}
.TagClassName
{
border-color: #C38C92;
}
</style>