Shades of Puce #C28698
Tints of Puce #C28698
RGB
CMYK
RGB Variations
Color information
#C28698 (or 0xC28698) is known color: Puce. HEX triplet: C2, 86 and 98. RGB value is (194,134,152). Sum of RGB (Red+Green+Blue) = 194+134+152=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C28698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28698 is #3D7967. Grayscale: #999999. Windows color (decimal): -4028776 or 9995970. OLE color: 9995970.
HSL color Cylindrical-coordinate representation of color #C28698: hue angle of 342º 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 #C28698 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 152 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.24 |
| HSL | 342º | 0.33% | 0.64% | - |
| HSV(B) | 342º | 0.31% | 0.76% | - |
| XYZ | 36.44 | 30.79 | 33.73 | - |
| YUV | 153.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 152 | 0 | 0.31 | 0.22 | 0.24 | 342 | 0.33 | 0.64 |
| Hex | C2 | 86 | 98 | 0 | 1F | 16 | 18 | 156 | 21 | 40 |
| Octal | 302 | 206 | 230 | 0 | 37 | 26 | 30 | 526 | 41 | 100 |
| Binary | 11000010 | 10000110 | 10011000 | 0 | 11111 | 10110 | 11000 | 101010110 | 100001 | 1000000 |
Color Harmonies of #C28698
Complementary color
Monochromatic Colors of #C28698
Black with #C28698
Text Example
Text Example
White with #C28698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28698; }
p { color: rgb(194,134,152); }
H1.HeaderClassName
{
color: #C28698;
}
.AnyTagClassName
{
color: #C28698;
}
</style>
background-color css
<style>
a { background-color: #C28698; }
a { background-color: rgb(194,134,152); }
div.DivClassName
{
background-color: #C28698;
}
.BgClassName
{
background-color: #C28698;
}
</style>
border-color css
<style>
span { border-color: #C28698; }
span { border-color: rgb(194,134,152); }
td.TdClassName
{
border-color: #C28698;
}
.TagClassName
{
border-color: #C28698;
}
</style>