Shades of Puce #C28191
Tints of Puce #C28191
RGB
CMYK
RGB Variations
Color information
#C28191 (or 0xC28191) is known color: Puce. HEX triplet: C2, 81 and 91. RGB value is (194,129,145). Sum of RGB (Red+Green+Blue) = 194+129+145=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C28191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28191 is #3D7E6E. Grayscale: #969696. Windows color (decimal): -4030063 or 9535938. OLE color: 9535938.
HSL color Cylindrical-coordinate representation of color #C28191: hue angle of 345.23º 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 #C28191 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 145 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.24 |
| HSL | 345.23º | 0.35% | 0.63% | - |
| HSV(B) | 345.23º | 0.34% | 0.76% | - |
| XYZ | 35.21 | 29.21 | 30.57 | - |
| YUV | 150.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 145 | 0 | 0.34 | 0.25 | 0.24 | 345.23 | 0.35 | 0.63 |
| Hex | C2 | 81 | 91 | 0 | 22 | 19 | 18 | 159 | 23 | 3F |
| Octal | 302 | 201 | 221 | 0 | 42 | 31 | 30 | 531 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10010001 | 0 | 100010 | 11001 | 11000 | 101011001 | 100011 | 111111 |
Color Harmonies of #C28191
Complementary color
Monochromatic Colors of #C28191
Black with #C28191
Text Example
Text Example
White with #C28191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28191; }
p { color: rgb(194,129,145); }
H1.HeaderClassName
{
color: #C28191;
}
.AnyTagClassName
{
color: #C28191;
}
</style>
background-color css
<style>
a { background-color: #C28191; }
a { background-color: rgb(194,129,145); }
div.DivClassName
{
background-color: #C28191;
}
.BgClassName
{
background-color: #C28191;
}
</style>
border-color css
<style>
span { border-color: #C28191; }
span { border-color: rgb(194,129,145); }
td.TdClassName
{
border-color: #C28191;
}
.TagClassName
{
border-color: #C28191;
}
</style>