Shades of Puce #C38390
Tints of Puce #C38390
RGB
CMYK
RGB Variations
Color information
#C38390 (or 0xC38390) is known color: Puce. HEX triplet: C3, 83 and 90. RGB value is (195,131,144). Sum of RGB (Red+Green+Blue) = 195+131+144=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C38390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38390 is #3C7C6F. Grayscale: #979797. Windows color (decimal): -3964016 or 9470915. OLE color: 9470915.
HSL color Cylindrical-coordinate representation of color #C38390: hue angle of 347.81º 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 #C38390 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 144 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.24 |
| HSL | 347.81º | 0.35% | 0.64% | - |
| HSV(B) | 347.81º | 0.33% | 0.76% | - |
| XYZ | 35.66 | 29.85 | 30.27 | - |
| YUV | 151.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 144 | 0 | 0.33 | 0.26 | 0.24 | 347.81 | 0.35 | 0.64 |
| Hex | C3 | 83 | 90 | 0 | 21 | 1A | 18 | 15C | 23 | 40 |
| Octal | 303 | 203 | 220 | 0 | 41 | 32 | 30 | 534 | 43 | 100 |
| Binary | 11000011 | 10000011 | 10010000 | 0 | 100001 | 11010 | 11000 | 101011100 | 100011 | 1000000 |
Color Harmonies of #C38390
Complementary color
Monochromatic Colors of #C38390
Black with #C38390
Text Example
Text Example
White with #C38390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38390; }
p { color: rgb(195,131,144); }
H1.HeaderClassName
{
color: #C38390;
}
.AnyTagClassName
{
color: #C38390;
}
</style>
background-color css
<style>
a { background-color: #C38390; }
a { background-color: rgb(195,131,144); }
div.DivClassName
{
background-color: #C38390;
}
.BgClassName
{
background-color: #C38390;
}
</style>
border-color css
<style>
span { border-color: #C38390; }
span { border-color: rgb(195,131,144); }
td.TdClassName
{
border-color: #C38390;
}
.TagClassName
{
border-color: #C38390;
}
</style>