Shades of Puce #C38389
Tints of Puce #C38389
RGB
CMYK
RGB Variations
Color information
#C38389 (or 0xC38389) is known color: Puce. HEX triplet: C3, 83 and 89. RGB value is (195,131,137). Sum of RGB (Red+Green+Blue) = 195+131+137=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C38389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38389 is #3C7C76. Grayscale: #969696. Windows color (decimal): -3964023 or 9012163. OLE color: 9012163.
HSL color Cylindrical-coordinate representation of color #C38389: hue angle of 354.38º 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 #C38389 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 137 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.24 |
| HSL | 354.38º | 0.35% | 0.64% | - |
| HSV(B) | 354.38º | 0.33% | 0.76% | - |
| XYZ | 35.14 | 29.64 | 27.54 | - |
| YUV | 150.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 137 | 0 | 0.33 | 0.30 | 0.24 | 354.38 | 0.35 | 0.64 |
| Hex | C3 | 83 | 89 | 0 | 21 | 1E | 18 | 162 | 23 | 40 |
| Octal | 303 | 203 | 211 | 0 | 41 | 36 | 30 | 542 | 43 | 100 |
| Binary | 11000011 | 10000011 | 10001001 | 0 | 100001 | 11110 | 11000 | 101100010 | 100011 | 1000000 |
Color Harmonies of #C38389
Complementary color
Monochromatic Colors of #C38389
Black with #C38389
Text Example
Text Example
White with #C38389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38389; }
p { color: rgb(195,131,137); }
H1.HeaderClassName
{
color: #C38389;
}
.AnyTagClassName
{
color: #C38389;
}
</style>
background-color css
<style>
a { background-color: #C38389; }
a { background-color: rgb(195,131,137); }
div.DivClassName
{
background-color: #C38389;
}
.BgClassName
{
background-color: #C38389;
}
</style>
border-color css
<style>
span { border-color: #C38389; }
span { border-color: rgb(195,131,137); }
td.TdClassName
{
border-color: #C38389;
}
.TagClassName
{
border-color: #C38389;
}
</style>