Shades of Puce #C381A0
Tints of Puce #C381A0
RGB
CMYK
RGB Variations
Color information
#C381A0 (or 0xC381A0) is known color: Puce. HEX triplet: C3, 81 and A0. RGB value is (195,129,160). Sum of RGB (Red+Green+Blue) = 195+129+160=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C381A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C381A0 is #3C7E5F. Grayscale: #989898. Windows color (decimal): -3964512 or 10518979. OLE color: 10518979.
HSL color Cylindrical-coordinate representation of color #C381A0: hue angle of 331.82º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C381A0 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 160 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.24 |
| HSL | 331.82º | 0.35% | 0.64% | - |
| HSV(B) | 331.82º | 0.34% | 0.76% | - |
| XYZ | 36.7 | 29.84 | 37.08 | - |
| YUV | 152.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 160 | 0 | 0.34 | 0.18 | 0.24 | 331.82 | 0.35 | 0.64 |
| Hex | C3 | 81 | A0 | 0 | 22 | 12 | 18 | 14C | 23 | 40 |
| Octal | 303 | 201 | 240 | 0 | 42 | 22 | 30 | 514 | 43 | 100 |
| Binary | 11000011 | 10000001 | 10100000 | 0 | 100010 | 10010 | 11000 | 101001100 | 100011 | 1000000 |
Color Harmonies of #C381A0
Complementary color
Monochromatic Colors of #C381A0
Black with #C381A0
Text Example
Text Example
White with #C381A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381A0; }
p { color: rgb(195,129,160); }
H1.HeaderClassName
{
color: #C381A0;
}
.AnyTagClassName
{
color: #C381A0;
}
</style>
background-color css
<style>
a { background-color: #C381A0; }
a { background-color: rgb(195,129,160); }
div.DivClassName
{
background-color: #C381A0;
}
.BgClassName
{
background-color: #C381A0;
}
</style>
border-color css
<style>
span { border-color: #C381A0; }
span { border-color: rgb(195,129,160); }
td.TdClassName
{
border-color: #C381A0;
}
.TagClassName
{
border-color: #C381A0;
}
</style>