Shades of Puce #C3838D
Tints of Puce #C3838D
RGB
CMYK
RGB Variations
Color information
#C3838D (or 0xC3838D) is known color: Puce. HEX triplet: C3, 83 and 8D. RGB value is (195,131,141). Sum of RGB (Red+Green+Blue) = 195+131+141=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3838D is #3C7C72. Grayscale: #979797. Windows color (decimal): -3964019 or 9274307. OLE color: 9274307.
HSL color Cylindrical-coordinate representation of color #C3838D: hue angle of 350.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3838D is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 141 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.24 |
| HSL | 350.63º | 0.35% | 0.64% | - |
| HSV(B) | 350.63º | 0.33% | 0.76% | - |
| XYZ | 35.43 | 29.76 | 29.08 | - |
| YUV | 151.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 141 | 0 | 0.33 | 0.28 | 0.24 | 350.63 | 0.35 | 0.64 |
| Hex | C3 | 83 | 8D | 0 | 21 | 1C | 18 | 15F | 23 | 40 |
| Octal | 303 | 203 | 215 | 0 | 41 | 34 | 30 | 537 | 43 | 100 |
| Binary | 11000011 | 10000011 | 10001101 | 0 | 100001 | 11100 | 11000 | 101011111 | 100011 | 1000000 |
Color Harmonies of #C3838D
Complementary color
Monochromatic Colors of #C3838D
Black with #C3838D
Text Example
Text Example
White with #C3838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3838D; }
p { color: rgb(195,131,141); }
H1.HeaderClassName
{
color: #C3838D;
}
.AnyTagClassName
{
color: #C3838D;
}
</style>
background-color css
<style>
a { background-color: #C3838D; }
a { background-color: rgb(195,131,141); }
div.DivClassName
{
background-color: #C3838D;
}
.BgClassName
{
background-color: #C3838D;
}
</style>
border-color css
<style>
span { border-color: #C3838D; }
span { border-color: rgb(195,131,141); }
td.TdClassName
{
border-color: #C3838D;
}
.TagClassName
{
border-color: #C3838D;
}
</style>