Shades of Puce #C38689
Tints of Puce #C38689
RGB
CMYK
RGB Variations
Color information
#C38689 (or 0xC38689) is known color: Puce. HEX triplet: C3, 86 and 89. RGB value is (195,134,137). Sum of RGB (Red+Green+Blue) = 195+134+137=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C38689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38689 is #3C7976. Grayscale: #989898. Windows color (decimal): -3963255 or 9012931. OLE color: 9012931.
HSL color Cylindrical-coordinate representation of color #C38689: hue angle of 357.05º 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 #C38689 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 137 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.24 |
| HSL | 357.05º | 0.34% | 0.65% | - |
| HSV(B) | 357.05º | 0.31% | 0.76% | - |
| XYZ | 35.55 | 30.46 | 27.67 | - |
| YUV | 152.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 137 | 0 | 0.31 | 0.30 | 0.24 | 357.05 | 0.34 | 0.65 |
| Hex | C3 | 86 | 89 | 0 | 1F | 1E | 18 | 165 | 22 | 41 |
| Octal | 303 | 206 | 211 | 0 | 37 | 36 | 30 | 545 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10001001 | 0 | 11111 | 11110 | 11000 | 101100101 | 100010 | 1000001 |
Color Harmonies of #C38689
Complementary color
Monochromatic Colors of #C38689
Black with #C38689
Text Example
Text Example
White with #C38689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38689; }
p { color: rgb(195,134,137); }
H1.HeaderClassName
{
color: #C38689;
}
.AnyTagClassName
{
color: #C38689;
}
</style>
background-color css
<style>
a { background-color: #C38689; }
a { background-color: rgb(195,134,137); }
div.DivClassName
{
background-color: #C38689;
}
.BgClassName
{
background-color: #C38689;
}
</style>
border-color css
<style>
span { border-color: #C38689; }
span { border-color: rgb(195,134,137); }
td.TdClassName
{
border-color: #C38689;
}
.TagClassName
{
border-color: #C38689;
}
</style>