Shades of Puce #C38492
Tints of Puce #C38492
RGB
CMYK
RGB Variations
Color information
#C38492 (or 0xC38492) is known color: Puce. HEX triplet: C3, 84 and 92. RGB value is (195,132,146). Sum of RGB (Red+Green+Blue) = 195+132+146=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C38492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38492 is #3C7B6D. Grayscale: #989898. Windows color (decimal): -3963758 or 9602243. OLE color: 9602243.
HSL color Cylindrical-coordinate representation of color #C38492: hue angle of 346.67º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38492 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 146 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.24 |
| HSL | 346.67º | 0.34% | 0.64% | - |
| HSV(B) | 346.67º | 0.32% | 0.76% | - |
| XYZ | 35.95 | 30.18 | 31.12 | - |
| YUV | 152.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 146 | 0 | 0.32 | 0.25 | 0.24 | 346.67 | 0.34 | 0.64 |
| Hex | C3 | 84 | 92 | 0 | 20 | 19 | 18 | 15B | 22 | 40 |
| Octal | 303 | 204 | 222 | 0 | 40 | 31 | 30 | 533 | 42 | 100 |
| Binary | 11000011 | 10000100 | 10010010 | 0 | 100000 | 11001 | 11000 | 101011011 | 100010 | 1000000 |
Color Harmonies of #C38492
Complementary color
Monochromatic Colors of #C38492
Black with #C38492
Text Example
Text Example
White with #C38492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38492; }
p { color: rgb(195,132,146); }
H1.HeaderClassName
{
color: #C38492;
}
.AnyTagClassName
{
color: #C38492;
}
</style>
background-color css
<style>
a { background-color: #C38492; }
a { background-color: rgb(195,132,146); }
div.DivClassName
{
background-color: #C38492;
}
.BgClassName
{
background-color: #C38492;
}
</style>
border-color css
<style>
span { border-color: #C38492; }
span { border-color: rgb(195,132,146); }
td.TdClassName
{
border-color: #C38492;
}
.TagClassName
{
border-color: #C38492;
}
</style>