Shades of Puce #C3828E
Tints of Puce #C3828E
RGB
CMYK
RGB Variations
Color information
#C3828E (or 0xC3828E) is known color: Puce. HEX triplet: C3, 82 and 8E. RGB value is (195,130,142). Sum of RGB (Red+Green+Blue) = 195+130+142=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3828E is #3C7D71. Grayscale: #969696. Windows color (decimal): -3964274 or 9339587. OLE color: 9339587.
HSL color Cylindrical-coordinate representation of color #C3828E: hue angle of 348.92º 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 #C3828E is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 142 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.24 |
| HSL | 348.92º | 0.35% | 0.64% | - |
| HSV(B) | 348.92º | 0.33% | 0.76% | - |
| XYZ | 35.37 | 29.52 | 29.42 | - |
| YUV | 150.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 142 | 0 | 0.33 | 0.27 | 0.24 | 348.92 | 0.35 | 0.64 |
| Hex | C3 | 82 | 8E | 0 | 21 | 1B | 18 | 15D | 23 | 40 |
| Octal | 303 | 202 | 216 | 0 | 41 | 33 | 30 | 535 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10001110 | 0 | 100001 | 11011 | 11000 | 101011101 | 100011 | 1000000 |
Color Harmonies of #C3828E
Complementary color
Monochromatic Colors of #C3828E
Black with #C3828E
Text Example
Text Example
White with #C3828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3828E; }
p { color: rgb(195,130,142); }
H1.HeaderClassName
{
color: #C3828E;
}
.AnyTagClassName
{
color: #C3828E;
}
</style>
background-color css
<style>
a { background-color: #C3828E; }
a { background-color: rgb(195,130,142); }
div.DivClassName
{
background-color: #C3828E;
}
.BgClassName
{
background-color: #C3828E;
}
</style>
border-color css
<style>
span { border-color: #C3828E; }
span { border-color: rgb(195,130,142); }
td.TdClassName
{
border-color: #C3828E;
}
.TagClassName
{
border-color: #C3828E;
}
</style>