Shades of Puce #C28692
Tints of Puce #C28692
RGB
CMYK
RGB Variations
Color information
#C28692 (or 0xC28692) is known color: Puce. HEX triplet: C2, 86 and 92. RGB value is (194,134,146). Sum of RGB (Red+Green+Blue) = 194+134+146=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C28692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28692 is #3D796D. Grayscale: #999999. Windows color (decimal): -4028782 or 9602754. OLE color: 9602754.
HSL color Cylindrical-coordinate representation of color #C28692: hue angle of 348º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28692 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 146 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.24 |
| HSL | 348º | 0.33% | 0.64% | - |
| HSV(B) | 348º | 0.31% | 0.76% | - |
| XYZ | 35.96 | 30.59 | 31.2 | - |
| YUV | 153.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 146 | 0 | 0.31 | 0.25 | 0.24 | 348 | 0.33 | 0.64 |
| Hex | C2 | 86 | 92 | 0 | 1F | 19 | 18 | 15C | 21 | 40 |
| Octal | 302 | 206 | 222 | 0 | 37 | 31 | 30 | 534 | 41 | 100 |
| Binary | 11000010 | 10000110 | 10010010 | 0 | 11111 | 11001 | 11000 | 101011100 | 100001 | 1000000 |
Color Harmonies of #C28692
Complementary color
Monochromatic Colors of #C28692
Black with #C28692
Text Example
Text Example
White with #C28692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28692; }
p { color: rgb(194,134,146); }
H1.HeaderClassName
{
color: #C28692;
}
.AnyTagClassName
{
color: #C28692;
}
</style>
background-color css
<style>
a { background-color: #C28692; }
a { background-color: rgb(194,134,146); }
div.DivClassName
{
background-color: #C28692;
}
.BgClassName
{
background-color: #C28692;
}
</style>
border-color css
<style>
span { border-color: #C28692; }
span { border-color: rgb(194,134,146); }
td.TdClassName
{
border-color: #C28692;
}
.TagClassName
{
border-color: #C28692;
}
</style>