Shades of Puce #C38591
Tints of Puce #C38591
RGB
CMYK
RGB Variations
Color information
#C38591 (or 0xC38591) is known color: Puce. HEX triplet: C3, 85 and 91. RGB value is (195,133,145). Sum of RGB (Red+Green+Blue) = 195+133+145=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C38591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38591 is #3C7A6E. Grayscale: #989898. Windows color (decimal): -3963503 or 9536963. OLE color: 9536963.
HSL color Cylindrical-coordinate representation of color #C38591: hue angle of 348.39º 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 #C38591 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 145 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.24 |
| HSL | 348.39º | 0.34% | 0.64% | - |
| HSV(B) | 348.39º | 0.32% | 0.76% | - |
| XYZ | 36 | 30.42 | 30.76 | - |
| YUV | 152.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 145 | 0 | 0.32 | 0.26 | 0.24 | 348.39 | 0.34 | 0.64 |
| Hex | C3 | 85 | 91 | 0 | 20 | 1A | 18 | 15C | 22 | 40 |
| Octal | 303 | 205 | 221 | 0 | 40 | 32 | 30 | 534 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10010001 | 0 | 100000 | 11010 | 11000 | 101011100 | 100010 | 1000000 |
Color Harmonies of #C38591
Complementary color
Monochromatic Colors of #C38591
Black with #C38591
Text Example
Text Example
White with #C38591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38591; }
p { color: rgb(195,133,145); }
H1.HeaderClassName
{
color: #C38591;
}
.AnyTagClassName
{
color: #C38591;
}
</style>
background-color css
<style>
a { background-color: #C38591; }
a { background-color: rgb(195,133,145); }
div.DivClassName
{
background-color: #C38591;
}
.BgClassName
{
background-color: #C38591;
}
</style>
border-color css
<style>
span { border-color: #C38591; }
span { border-color: rgb(195,133,145); }
td.TdClassName
{
border-color: #C38591;
}
.TagClassName
{
border-color: #C38591;
}
</style>