Shades of Puce #C28193
Tints of Puce #C28193
RGB
CMYK
RGB Variations
Color information
#C28193 (or 0xC28193) is known color: Puce. HEX triplet: C2, 81 and 93. RGB value is (194,129,147). Sum of RGB (Red+Green+Blue) = 194+129+147=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C28193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28193 is #3D7E6C. Grayscale: #969696. Windows color (decimal): -4030061 or 9667010. OLE color: 9667010.
HSL color Cylindrical-coordinate representation of color #C28193: hue angle of 343.38º degrees, saturation: 0.35, 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 #C28193 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 147 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.24 |
| HSL | 343.38º | 0.35% | 0.63% | - |
| HSV(B) | 343.38º | 0.34% | 0.76% | - |
| XYZ | 35.36 | 29.28 | 31.39 | - |
| YUV | 150.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 147 | 0 | 0.34 | 0.24 | 0.24 | 343.38 | 0.35 | 0.63 |
| Hex | C2 | 81 | 93 | 0 | 22 | 18 | 18 | 157 | 23 | 3F |
| Octal | 302 | 201 | 223 | 0 | 42 | 30 | 30 | 527 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10010011 | 0 | 100010 | 11000 | 11000 | 101010111 | 100011 | 111111 |
Color Harmonies of #C28193
Complementary color
Monochromatic Colors of #C28193
Black with #C28193
Text Example
Text Example
White with #C28193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28193; }
p { color: rgb(194,129,147); }
H1.HeaderClassName
{
color: #C28193;
}
.AnyTagClassName
{
color: #C28193;
}
</style>
background-color css
<style>
a { background-color: #C28193; }
a { background-color: rgb(194,129,147); }
div.DivClassName
{
background-color: #C28193;
}
.BgClassName
{
background-color: #C28193;
}
</style>
border-color css
<style>
span { border-color: #C28193; }
span { border-color: rgb(194,129,147); }
td.TdClassName
{
border-color: #C28193;
}
.TagClassName
{
border-color: #C28193;
}
</style>