Shades of Puce #C38992
Tints of Puce #C38992
RGB
CMYK
RGB Variations
Color information
#C38992 (or 0xC38992) is known color: Puce. HEX triplet: C3, 89 and 92. RGB value is (195,137,146). Sum of RGB (Red+Green+Blue) = 195+137+146=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C38992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38992 is #3C766D. Grayscale: #9B9B9B. Windows color (decimal): -3962478 or 9603523. OLE color: 9603523.
HSL color Cylindrical-coordinate representation of color #C38992: hue angle of 350.69º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C38992 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 146 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.24 |
| HSL | 350.69º | 0.33% | 0.65% | - |
| HSV(B) | 350.69º | 0.3% | 0.76% | - |
| XYZ | 36.64 | 31.57 | 31.36 | - |
| YUV | 155.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 146 | 0 | 0.30 | 0.25 | 0.24 | 350.69 | 0.33 | 0.65 |
| Hex | C3 | 89 | 92 | 0 | 1E | 19 | 18 | 15F | 21 | 41 |
| Octal | 303 | 211 | 222 | 0 | 36 | 31 | 30 | 537 | 41 | 101 |
| Binary | 11000011 | 10001001 | 10010010 | 0 | 11110 | 11001 | 11000 | 101011111 | 100001 | 1000001 |
Color Harmonies of #C38992
Complementary color
Monochromatic Colors of #C38992
Black with #C38992
Text Example
Text Example
White with #C38992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38992; }
p { color: rgb(195,137,146); }
H1.HeaderClassName
{
color: #C38992;
}
.AnyTagClassName
{
color: #C38992;
}
</style>
background-color css
<style>
a { background-color: #C38992; }
a { background-color: rgb(195,137,146); }
div.DivClassName
{
background-color: #C38992;
}
.BgClassName
{
background-color: #C38992;
}
</style>
border-color css
<style>
span { border-color: #C38992; }
span { border-color: rgb(195,137,146); }
td.TdClassName
{
border-color: #C38992;
}
.TagClassName
{
border-color: #C38992;
}
</style>