Shades of Puce #C38587
Tints of Puce #C38587
RGB
CMYK
RGB Variations
Color information
#C38587 (or 0xC38587) is known color: Puce. HEX triplet: C3, 85 and 87. RGB value is (195,133,135). Sum of RGB (Red+Green+Blue) = 195+133+135=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C38587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38587 is #3C7A78. Grayscale: #979797. Windows color (decimal): -3963513 or 8881603. OLE color: 8881603.
HSL color Cylindrical-coordinate representation of color #C38587: hue angle of 358.06º 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 #C38587 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 135 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.24 |
| HSL | 358.06º | 0.34% | 0.64% | - |
| HSV(B) | 358.06º | 0.32% | 0.76% | - |
| XYZ | 35.27 | 30.13 | 26.88 | - |
| YUV | 151.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 135 | 0 | 0.32 | 0.31 | 0.24 | 358.06 | 0.34 | 0.64 |
| Hex | C3 | 85 | 87 | 0 | 20 | 1F | 18 | 166 | 22 | 40 |
| Octal | 303 | 205 | 207 | 0 | 40 | 37 | 30 | 546 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10000111 | 0 | 100000 | 11111 | 11000 | 101100110 | 100010 | 1000000 |
Color Harmonies of #C38587
Complementary color
Monochromatic Colors of #C38587
Black with #C38587
Text Example
Text Example
White with #C38587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38587; }
p { color: rgb(195,133,135); }
H1.HeaderClassName
{
color: #C38587;
}
.AnyTagClassName
{
color: #C38587;
}
</style>
background-color css
<style>
a { background-color: #C38587; }
a { background-color: rgb(195,133,135); }
div.DivClassName
{
background-color: #C38587;
}
.BgClassName
{
background-color: #C38587;
}
</style>
border-color css
<style>
span { border-color: #C38587; }
span { border-color: rgb(195,133,135); }
td.TdClassName
{
border-color: #C38587;
}
.TagClassName
{
border-color: #C38587;
}
</style>