Shades of Puce #C28587
Tints of Puce #C28587
RGB
CMYK
RGB Variations
Color information
#C28587 (or 0xC28587) is known color: Puce. HEX triplet: C2, 85 and 87. RGB value is (194,133,135). Sum of RGB (Red+Green+Blue) = 194+133+135=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C28587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28587 is #3D7A78. Grayscale: #979797. Windows color (decimal): -4029049 or 8881602. OLE color: 8881602.
HSL color Cylindrical-coordinate representation of color #C28587: hue angle of 358.03º 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 #C28587 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 135 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.24 |
| HSL | 358.03º | 0.33% | 0.64% | - |
| HSV(B) | 358.03º | 0.31% | 0.76% | - |
| XYZ | 35.01 | 29.99 | 26.87 | - |
| YUV | 151.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 135 | 0 | 0.31 | 0.30 | 0.24 | 358.03 | 0.33 | 0.64 |
| Hex | C2 | 85 | 87 | 0 | 1F | 1E | 18 | 166 | 21 | 40 |
| Octal | 302 | 205 | 207 | 0 | 37 | 36 | 30 | 546 | 41 | 100 |
| Binary | 11000010 | 10000101 | 10000111 | 0 | 11111 | 11110 | 11000 | 101100110 | 100001 | 1000000 |
Color Harmonies of #C28587
Complementary color
Monochromatic Colors of #C28587
Black with #C28587
Text Example
Text Example
White with #C28587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28587; }
p { color: rgb(194,133,135); }
H1.HeaderClassName
{
color: #C28587;
}
.AnyTagClassName
{
color: #C28587;
}
</style>
background-color css
<style>
a { background-color: #C28587; }
a { background-color: rgb(194,133,135); }
div.DivClassName
{
background-color: #C28587;
}
.BgClassName
{
background-color: #C28587;
}
</style>
border-color css
<style>
span { border-color: #C28587; }
span { border-color: rgb(194,133,135); }
td.TdClassName
{
border-color: #C28587;
}
.TagClassName
{
border-color: #C28587;
}
</style>