Shades of Puce #C38688
Tints of Puce #C38688
RGB
CMYK
RGB Variations
Color information
#C38688 (or 0xC38688) is known color: Puce. HEX triplet: C3, 86 and 88. RGB value is (195,134,136). Sum of RGB (Red+Green+Blue) = 195+134+136=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C38688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38688 is #3C7977. Grayscale: #989898. Windows color (decimal): -3963256 or 8947395. OLE color: 8947395.
HSL color Cylindrical-coordinate representation of color #C38688: hue angle of 358.03º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38688 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 136 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.24 |
| HSL | 358.03º | 0.34% | 0.65% | - |
| HSV(B) | 358.03º | 0.31% | 0.76% | - |
| XYZ | 35.47 | 30.43 | 27.3 | - |
| YUV | 152.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 136 | 0 | 0.31 | 0.30 | 0.24 | 358.03 | 0.34 | 0.65 |
| Hex | C3 | 86 | 88 | 0 | 1F | 1E | 18 | 166 | 22 | 41 |
| Octal | 303 | 206 | 210 | 0 | 37 | 36 | 30 | 546 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10001000 | 0 | 11111 | 11110 | 11000 | 101100110 | 100010 | 1000001 |
Color Harmonies of #C38688
Complementary color
Monochromatic Colors of #C38688
Black with #C38688
Text Example
Text Example
White with #C38688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38688; }
p { color: rgb(195,134,136); }
H1.HeaderClassName
{
color: #C38688;
}
.AnyTagClassName
{
color: #C38688;
}
</style>
background-color css
<style>
a { background-color: #C38688; }
a { background-color: rgb(195,134,136); }
div.DivClassName
{
background-color: #C38688;
}
.BgClassName
{
background-color: #C38688;
}
</style>
border-color css
<style>
span { border-color: #C38688; }
span { border-color: rgb(195,134,136); }
td.TdClassName
{
border-color: #C38688;
}
.TagClassName
{
border-color: #C38688;
}
</style>