Shades of Puce #C38296
Tints of Puce #C38296
RGB
CMYK
RGB Variations
Color information
#C38296 (or 0xC38296) is known color: Puce. HEX triplet: C3, 82 and 96. RGB value is (195,130,150). Sum of RGB (Red+Green+Blue) = 195+130+150=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C38296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38296 is #3C7D69. Grayscale: #979797. Windows color (decimal): -3964266 or 9863875. OLE color: 9863875.
HSL color Cylindrical-coordinate representation of color #C38296: hue angle of 341.54º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C38296 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 150 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.24 |
| HSL | 341.54º | 0.35% | 0.64% | - |
| HSV(B) | 341.54º | 0.33% | 0.76% | - |
| XYZ | 35.99 | 29.77 | 32.7 | - |
| YUV | 151.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 150 | 0 | 0.33 | 0.23 | 0.24 | 341.54 | 0.35 | 0.64 |
| Hex | C3 | 82 | 96 | 0 | 21 | 17 | 18 | 156 | 23 | 40 |
| Octal | 303 | 202 | 226 | 0 | 41 | 27 | 30 | 526 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10010110 | 0 | 100001 | 10111 | 11000 | 101010110 | 100011 | 1000000 |
Color Harmonies of #C38296
Complementary color
Monochromatic Colors of #C38296
Black with #C38296
Text Example
Text Example
White with #C38296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38296; }
p { color: rgb(195,130,150); }
H1.HeaderClassName
{
color: #C38296;
}
.AnyTagClassName
{
color: #C38296;
}
</style>
background-color css
<style>
a { background-color: #C38296; }
a { background-color: rgb(195,130,150); }
div.DivClassName
{
background-color: #C38296;
}
.BgClassName
{
background-color: #C38296;
}
</style>
border-color css
<style>
span { border-color: #C38296; }
span { border-color: rgb(195,130,150); }
td.TdClassName
{
border-color: #C38296;
}
.TagClassName
{
border-color: #C38296;
}
</style>