Shades of Puce #C3898C
Tints of Puce #C3898C
RGB
CMYK
RGB Variations
Color information
#C3898C (or 0xC3898C) is known color: Puce. HEX triplet: C3, 89 and 8C. RGB value is (195,137,140). Sum of RGB (Red+Green+Blue) = 195+137+140=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3898C is #3C7673. Grayscale: #9A9A9A. Windows color (decimal): -3962484 or 9210307. OLE color: 9210307.
HSL color Cylindrical-coordinate representation of color #C3898C: hue angle of 356.9º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3898C is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 140 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.24 |
| HSL | 356.9º | 0.33% | 0.65% | - |
| HSV(B) | 356.9º | 0.3% | 0.76% | - |
| XYZ | 36.18 | 31.39 | 28.96 | - |
| YUV | 154.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 140 | 0 | 0.30 | 0.28 | 0.24 | 356.9 | 0.33 | 0.65 |
| Hex | C3 | 89 | 8C | 0 | 1E | 1C | 18 | 165 | 21 | 41 |
| Octal | 303 | 211 | 214 | 0 | 36 | 34 | 30 | 545 | 41 | 101 |
| Binary | 11000011 | 10001001 | 10001100 | 0 | 11110 | 11100 | 11000 | 101100101 | 100001 | 1000001 |
Color Harmonies of #C3898C
Complementary color
Monochromatic Colors of #C3898C
Black with #C3898C
Text Example
Text Example
White with #C3898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3898C; }
p { color: rgb(195,137,140); }
H1.HeaderClassName
{
color: #C3898C;
}
.AnyTagClassName
{
color: #C3898C;
}
</style>
background-color css
<style>
a { background-color: #C3898C; }
a { background-color: rgb(195,137,140); }
div.DivClassName
{
background-color: #C3898C;
}
.BgClassName
{
background-color: #C3898C;
}
</style>
border-color css
<style>
span { border-color: #C3898C; }
span { border-color: rgb(195,137,140); }
td.TdClassName
{
border-color: #C3898C;
}
.TagClassName
{
border-color: #C3898C;
}
</style>