Shades of Puce #C38996
Tints of Puce #C38996
RGB
CMYK
RGB Variations
Color information
#C38996 (or 0xC38996) is known color: Puce. HEX triplet: C3, 89 and 96. RGB value is (195,137,150). Sum of RGB (Red+Green+Blue) = 195+137+150=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C38996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38996 is #3C7669. Grayscale: #9B9B9B. Windows color (decimal): -3962474 or 9865667. OLE color: 9865667.
HSL color Cylindrical-coordinate representation of color #C38996: hue angle of 346.55º 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 #C38996 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 150 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.24 |
| HSL | 346.55º | 0.33% | 0.65% | - |
| HSV(B) | 346.55º | 0.3% | 0.76% | - |
| XYZ | 36.96 | 31.7 | 33.02 | - |
| YUV | 155.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 150 | 0 | 0.30 | 0.23 | 0.24 | 346.55 | 0.33 | 0.65 |
| Hex | C3 | 89 | 96 | 0 | 1E | 17 | 18 | 15B | 21 | 41 |
| Octal | 303 | 211 | 226 | 0 | 36 | 27 | 30 | 533 | 41 | 101 |
| Binary | 11000011 | 10001001 | 10010110 | 0 | 11110 | 10111 | 11000 | 101011011 | 100001 | 1000001 |
Color Harmonies of #C38996
Complementary color
Monochromatic Colors of #C38996
Black with #C38996
Text Example
Text Example
White with #C38996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38996; }
p { color: rgb(195,137,150); }
H1.HeaderClassName
{
color: #C38996;
}
.AnyTagClassName
{
color: #C38996;
}
</style>
background-color css
<style>
a { background-color: #C38996; }
a { background-color: rgb(195,137,150); }
div.DivClassName
{
background-color: #C38996;
}
.BgClassName
{
background-color: #C38996;
}
</style>
border-color css
<style>
span { border-color: #C38996; }
span { border-color: rgb(195,137,150); }
td.TdClassName
{
border-color: #C38996;
}
.TagClassName
{
border-color: #C38996;
}
</style>