Shades of Puce #C28192
Tints of Puce #C28192
RGB
CMYK
RGB Variations
Color information
#C28192 (or 0xC28192) is known color: Puce. HEX triplet: C2, 81 and 92. RGB value is (194,129,146). Sum of RGB (Red+Green+Blue) = 194+129+146=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C28192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28192 is #3D7E6D. Grayscale: #969696. Windows color (decimal): -4030062 or 9601474. OLE color: 9601474.
HSL color Cylindrical-coordinate representation of color #C28192: hue angle of 344.31º 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 #C28192 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 146 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.24 |
| HSL | 344.31º | 0.35% | 0.63% | - |
| HSV(B) | 344.31º | 0.34% | 0.76% | - |
| XYZ | 35.29 | 29.25 | 30.98 | - |
| YUV | 150.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 146 | 0 | 0.34 | 0.25 | 0.24 | 344.31 | 0.35 | 0.63 |
| Hex | C2 | 81 | 92 | 0 | 22 | 19 | 18 | 158 | 23 | 3F |
| Octal | 302 | 201 | 222 | 0 | 42 | 31 | 30 | 530 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10010010 | 0 | 100010 | 11001 | 11000 | 101011000 | 100011 | 111111 |
Color Harmonies of #C28192
Complementary color
Monochromatic Colors of #C28192
Black with #C28192
Text Example
Text Example
White with #C28192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28192; }
p { color: rgb(194,129,146); }
H1.HeaderClassName
{
color: #C28192;
}
.AnyTagClassName
{
color: #C28192;
}
</style>
background-color css
<style>
a { background-color: #C28192; }
a { background-color: rgb(194,129,146); }
div.DivClassName
{
background-color: #C28192;
}
.BgClassName
{
background-color: #C28192;
}
</style>
border-color css
<style>
span { border-color: #C28192; }
span { border-color: rgb(194,129,146); }
td.TdClassName
{
border-color: #C28192;
}
.TagClassName
{
border-color: #C28192;
}
</style>