Shades of Puce #C38489
Tints of Puce #C38489
RGB
CMYK
RGB Variations
Color information
#C38489 (or 0xC38489) is known color: Puce. HEX triplet: C3, 84 and 89. RGB value is (195,132,137). Sum of RGB (Red+Green+Blue) = 195+132+137=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C38489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38489 is #3C7B76. Grayscale: #979797. Windows color (decimal): -3963767 or 9012419. OLE color: 9012419.
HSL color Cylindrical-coordinate representation of color #C38489: hue angle of 355.24º 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 #C38489 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 137 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.24 |
| HSL | 355.24º | 0.34% | 0.64% | - |
| HSV(B) | 355.24º | 0.32% | 0.76% | - |
| XYZ | 35.27 | 29.91 | 27.58 | - |
| YUV | 151.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 137 | 0 | 0.32 | 0.30 | 0.24 | 355.24 | 0.34 | 0.64 |
| Hex | C3 | 84 | 89 | 0 | 20 | 1E | 18 | 163 | 22 | 40 |
| Octal | 303 | 204 | 211 | 0 | 40 | 36 | 30 | 543 | 42 | 100 |
| Binary | 11000011 | 10000100 | 10001001 | 0 | 100000 | 11110 | 11000 | 101100011 | 100010 | 1000000 |
Color Harmonies of #C38489
Complementary color
Monochromatic Colors of #C38489
Black with #C38489
Text Example
Text Example
White with #C38489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38489; }
p { color: rgb(195,132,137); }
H1.HeaderClassName
{
color: #C38489;
}
.AnyTagClassName
{
color: #C38489;
}
</style>
background-color css
<style>
a { background-color: #C38489; }
a { background-color: rgb(195,132,137); }
div.DivClassName
{
background-color: #C38489;
}
.BgClassName
{
background-color: #C38489;
}
</style>
border-color css
<style>
span { border-color: #C38489; }
span { border-color: rgb(195,132,137); }
td.TdClassName
{
border-color: #C38489;
}
.TagClassName
{
border-color: #C38489;
}
</style>