Shades of Puce #C38A92
Tints of Puce #C38A92
RGB
CMYK
RGB Variations
Color information
#C38A92 (or 0xC38A92) is known color: Puce. HEX triplet: C3, 8A and 92. RGB value is (195,138,146). Sum of RGB (Red+Green+Blue) = 195+138+146=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A92 is #3C756D. Grayscale: #9B9B9B. Windows color (decimal): -3962222 or 9603779. OLE color: 9603779.
HSL color Cylindrical-coordinate representation of color #C38A92: hue angle of 351.58º 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 #C38A92 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 146 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.24 |
| HSL | 351.58º | 0.32% | 0.65% | - |
| HSV(B) | 351.58º | 0.29% | 0.76% | - |
| XYZ | 36.78 | 31.85 | 31.4 | - |
| YUV | 155.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 146 | 0 | 0.29 | 0.25 | 0.24 | 351.58 | 0.32 | 0.65 |
| Hex | C3 | 8A | 92 | 0 | 1D | 19 | 18 | 160 | 20 | 41 |
| Octal | 303 | 212 | 222 | 0 | 35 | 31 | 30 | 540 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10010010 | 0 | 11101 | 11001 | 11000 | 101100000 | 100000 | 1000001 |
Color Harmonies of #C38A92
Complementary color
Monochromatic Colors of #C38A92
Black with #C38A92
Text Example
Text Example
White with #C38A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A92; }
p { color: rgb(195,138,146); }
H1.HeaderClassName
{
color: #C38A92;
}
.AnyTagClassName
{
color: #C38A92;
}
</style>
background-color css
<style>
a { background-color: #C38A92; }
a { background-color: rgb(195,138,146); }
div.DivClassName
{
background-color: #C38A92;
}
.BgClassName
{
background-color: #C38A92;
}
</style>
border-color css
<style>
span { border-color: #C38A92; }
span { border-color: rgb(195,138,146); }
td.TdClassName
{
border-color: #C38A92;
}
.TagClassName
{
border-color: #C38A92;
}
</style>