Shades of Puce #C3808C
Tints of Puce #C3808C
RGB
CMYK
RGB Variations
Color information
#C3808C (or 0xC3808C) is known color: Puce. HEX triplet: C3, 80 and 8C. RGB value is (195,128,140). Sum of RGB (Red+Green+Blue) = 195+128+140=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3808C is #3C7F73. Grayscale: #959595. Windows color (decimal): -3964788 or 9208003. OLE color: 9208003.
HSL color Cylindrical-coordinate representation of color #C3808C: hue angle of 349.25º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3808C is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 140 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.24 |
| HSL | 349.25º | 0.36% | 0.63% | - |
| HSV(B) | 349.25º | 0.34% | 0.76% | - |
| XYZ | 34.96 | 28.93 | 28.55 | - |
| YUV | 149.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 140 | 0 | 0.34 | 0.28 | 0.24 | 349.25 | 0.36 | 0.63 |
| Hex | C3 | 80 | 8C | 0 | 22 | 1C | 18 | 15D | 24 | 3F |
| Octal | 303 | 200 | 214 | 0 | 42 | 34 | 30 | 535 | 44 | 77 |
| Binary | 11000011 | 10000000 | 10001100 | 0 | 100010 | 11100 | 11000 | 101011101 | 100100 | 111111 |
Color Harmonies of #C3808C
Complementary color
Monochromatic Colors of #C3808C
Black with #C3808C
Text Example
Text Example
White with #C3808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3808C; }
p { color: rgb(195,128,140); }
H1.HeaderClassName
{
color: #C3808C;
}
.AnyTagClassName
{
color: #C3808C;
}
</style>
background-color css
<style>
a { background-color: #C3808C; }
a { background-color: rgb(195,128,140); }
div.DivClassName
{
background-color: #C3808C;
}
.BgClassName
{
background-color: #C3808C;
}
</style>
border-color css
<style>
span { border-color: #C3808C; }
span { border-color: rgb(195,128,140); }
td.TdClassName
{
border-color: #C3808C;
}
.TagClassName
{
border-color: #C3808C;
}
</style>