Shades of Puce #C38C90
Tints of Puce #C38C90
RGB
CMYK
RGB Variations
Color information
#C38C90 (or 0xC38C90) is known color: Puce. HEX triplet: C3, 8C and 90. RGB value is (195,140,144). Sum of RGB (Red+Green+Blue) = 195+140+144=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38C90 is #3C736F. Grayscale: #9C9C9C. Windows color (decimal): -3961712 or 9473219. OLE color: 9473219.
HSL color Cylindrical-coordinate representation of color #C38C90: hue angle of 355.64º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38C90 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 144 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.24 |
| HSL | 355.64º | 0.31% | 0.66% | - |
| HSV(B) | 355.64º | 0.28% | 0.76% | - |
| XYZ | 36.92 | 32.37 | 30.69 | - |
| YUV | 156.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 144 | 0 | 0.28 | 0.26 | 0.24 | 355.64 | 0.31 | 0.66 |
| Hex | C3 | 8C | 90 | 0 | 1C | 1A | 18 | 164 | 1F | 42 |
| Octal | 303 | 214 | 220 | 0 | 34 | 32 | 30 | 544 | 37 | 102 |
| Binary | 11000011 | 10001100 | 10010000 | 0 | 11100 | 11010 | 11000 | 101100100 | 11111 | 1000010 |
Color Harmonies of #C38C90
Complementary color
Monochromatic Colors of #C38C90
Black with #C38C90
Text Example
Text Example
White with #C38C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C90; }
p { color: rgb(195,140,144); }
H1.HeaderClassName
{
color: #C38C90;
}
.AnyTagClassName
{
color: #C38C90;
}
</style>
background-color css
<style>
a { background-color: #C38C90; }
a { background-color: rgb(195,140,144); }
div.DivClassName
{
background-color: #C38C90;
}
.BgClassName
{
background-color: #C38C90;
}
</style>
border-color css
<style>
span { border-color: #C38C90; }
span { border-color: rgb(195,140,144); }
td.TdClassName
{
border-color: #C38C90;
}
.TagClassName
{
border-color: #C38C90;
}
</style>