Shades of Puce #C28992
Tints of Puce #C28992
RGB
CMYK
RGB Variations
Color information
#C28992 (or 0xC28992) is known color: Puce. HEX triplet: C2, 89 and 92. RGB value is (194,137,146). Sum of RGB (Red+Green+Blue) = 194+137+146=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C28992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28992 is #3D766D. Grayscale: #9B9B9B. Windows color (decimal): -4028014 or 9603522. OLE color: 9603522.
HSL color Cylindrical-coordinate representation of color #C28992: hue angle of 350.53º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28992 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 146 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.24 |
| HSL | 350.53º | 0.32% | 0.65% | - |
| HSV(B) | 350.53º | 0.29% | 0.76% | - |
| XYZ | 36.38 | 31.44 | 31.34 | - |
| YUV | 155.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 146 | 0 | 0.29 | 0.25 | 0.24 | 350.53 | 0.32 | 0.65 |
| Hex | C2 | 89 | 92 | 0 | 1D | 19 | 18 | 15F | 20 | 41 |
| Octal | 302 | 211 | 222 | 0 | 35 | 31 | 30 | 537 | 40 | 101 |
| Binary | 11000010 | 10001001 | 10010010 | 0 | 11101 | 11001 | 11000 | 101011111 | 100000 | 1000001 |
Color Harmonies of #C28992
Complementary color
Monochromatic Colors of #C28992
Black with #C28992
Text Example
Text Example
White with #C28992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28992; }
p { color: rgb(194,137,146); }
H1.HeaderClassName
{
color: #C28992;
}
.AnyTagClassName
{
color: #C28992;
}
</style>
background-color css
<style>
a { background-color: #C28992; }
a { background-color: rgb(194,137,146); }
div.DivClassName
{
background-color: #C28992;
}
.BgClassName
{
background-color: #C28992;
}
</style>
border-color css
<style>
span { border-color: #C28992; }
span { border-color: rgb(194,137,146); }
td.TdClassName
{
border-color: #C28992;
}
.TagClassName
{
border-color: #C28992;
}
</style>