Shades of Puce #C38294
Tints of Puce #C38294
RGB
CMYK
RGB Variations
Color information
#C38294 (or 0xC38294) is known color: Puce. HEX triplet: C3, 82 and 94. RGB value is (195,130,148). Sum of RGB (Red+Green+Blue) = 195+130+148=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C38294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38294 is #3C7D6B. Grayscale: #979797. Windows color (decimal): -3964268 or 9732803. OLE color: 9732803.
HSL color Cylindrical-coordinate representation of color #C38294: hue angle of 343.38º 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 #C38294 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 148 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.24 |
| HSL | 343.38º | 0.35% | 0.64% | - |
| HSV(B) | 343.38º | 0.33% | 0.76% | - |
| XYZ | 35.83 | 29.71 | 31.86 | - |
| YUV | 151.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 148 | 0 | 0.33 | 0.24 | 0.24 | 343.38 | 0.35 | 0.64 |
| Hex | C3 | 82 | 94 | 0 | 21 | 18 | 18 | 157 | 23 | 40 |
| Octal | 303 | 202 | 224 | 0 | 41 | 30 | 30 | 527 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10010100 | 0 | 100001 | 11000 | 11000 | 101010111 | 100011 | 1000000 |
Color Harmonies of #C38294
Complementary color
Monochromatic Colors of #C38294
Black with #C38294
Text Example
Text Example
White with #C38294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38294; }
p { color: rgb(195,130,148); }
H1.HeaderClassName
{
color: #C38294;
}
.AnyTagClassName
{
color: #C38294;
}
</style>
background-color css
<style>
a { background-color: #C38294; }
a { background-color: rgb(195,130,148); }
div.DivClassName
{
background-color: #C38294;
}
.BgClassName
{
background-color: #C38294;
}
</style>
border-color css
<style>
span { border-color: #C38294; }
span { border-color: rgb(195,130,148); }
td.TdClassName
{
border-color: #C38294;
}
.TagClassName
{
border-color: #C38294;
}
</style>