Shades of Puce #C3828C
Tints of Puce #C3828C
RGB
CMYK
RGB Variations
Color information
#C3828C (or 0xC3828C) is known color: Puce. HEX triplet: C3, 82 and 8C. RGB value is (195,130,140). Sum of RGB (Red+Green+Blue) = 195+130+140=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3828C is #3C7D73. Grayscale: #969696. Windows color (decimal): -3964276 or 9208515. OLE color: 9208515.
HSL color Cylindrical-coordinate representation of color #C3828C: hue angle of 350.77º 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 #C3828C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 140 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.24 |
| HSL | 350.77º | 0.35% | 0.64% | - |
| HSV(B) | 350.77º | 0.33% | 0.76% | - |
| XYZ | 35.22 | 29.46 | 28.64 | - |
| YUV | 150.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 140 | 0 | 0.33 | 0.28 | 0.24 | 350.77 | 0.35 | 0.64 |
| Hex | C3 | 82 | 8C | 0 | 21 | 1C | 18 | 15F | 23 | 40 |
| Octal | 303 | 202 | 214 | 0 | 41 | 34 | 30 | 537 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10001100 | 0 | 100001 | 11100 | 11000 | 101011111 | 100011 | 1000000 |
Color Harmonies of #C3828C
Complementary color
Monochromatic Colors of #C3828C
Black with #C3828C
Text Example
Text Example
White with #C3828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3828C; }
p { color: rgb(195,130,140); }
H1.HeaderClassName
{
color: #C3828C;
}
.AnyTagClassName
{
color: #C3828C;
}
</style>
background-color css
<style>
a { background-color: #C3828C; }
a { background-color: rgb(195,130,140); }
div.DivClassName
{
background-color: #C3828C;
}
.BgClassName
{
background-color: #C3828C;
}
</style>
border-color css
<style>
span { border-color: #C3828C; }
span { border-color: rgb(195,130,140); }
td.TdClassName
{
border-color: #C3828C;
}
.TagClassName
{
border-color: #C3828C;
}
</style>