Shades of Puce #C38292
Tints of Puce #C38292
RGB
CMYK
RGB Variations
Color information
#C38292 (or 0xC38292) is known color: Puce. HEX triplet: C3, 82 and 92. RGB value is (195,130,146). Sum of RGB (Red+Green+Blue) = 195+130+146=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C38292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38292 is #3C7D6D. Grayscale: #979797. Windows color (decimal): -3964270 or 9601731. OLE color: 9601731.
HSL color Cylindrical-coordinate representation of color #C38292: hue angle of 345.23º 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 #C38292 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 146 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.24 |
| HSL | 345.23º | 0.35% | 0.64% | - |
| HSV(B) | 345.23º | 0.33% | 0.76% | - |
| XYZ | 35.68 | 29.64 | 31.04 | - |
| YUV | 151.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 146 | 0 | 0.33 | 0.25 | 0.24 | 345.23 | 0.35 | 0.64 |
| Hex | C3 | 82 | 92 | 0 | 21 | 19 | 18 | 159 | 23 | 40 |
| Octal | 303 | 202 | 222 | 0 | 41 | 31 | 30 | 531 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10010010 | 0 | 100001 | 11001 | 11000 | 101011001 | 100011 | 1000000 |
Color Harmonies of #C38292
Complementary color
Monochromatic Colors of #C38292
Black with #C38292
Text Example
Text Example
White with #C38292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38292; }
p { color: rgb(195,130,146); }
H1.HeaderClassName
{
color: #C38292;
}
.AnyTagClassName
{
color: #C38292;
}
</style>
background-color css
<style>
a { background-color: #C38292; }
a { background-color: rgb(195,130,146); }
div.DivClassName
{
background-color: #C38292;
}
.BgClassName
{
background-color: #C38292;
}
</style>
border-color css
<style>
span { border-color: #C38292; }
span { border-color: rgb(195,130,146); }
td.TdClassName
{
border-color: #C38292;
}
.TagClassName
{
border-color: #C38292;
}
</style>