Shades of Puce #C58B8F
Tints of Puce #C58B8F
RGB
CMYK
RGB Variations
Color information
#C58B8F (or 0xC58B8F) is known color: Puce. HEX triplet: C5, 8B and 8F. RGB value is (197,139,143). Sum of RGB (Red+Green+Blue) = 197+139+143=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58B8F is #3A7470. Grayscale: #9C9C9C. Windows color (decimal): -3830897 or 9407429. OLE color: 9407429.
HSL color Cylindrical-coordinate representation of color #C58B8F: hue angle of 355.86º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58B8F is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 143 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.23 |
| HSL | 355.86º | 0.33% | 0.66% | - |
| HSV(B) | 355.86º | 0.29% | 0.77% | - |
| XYZ | 37.22 | 32.32 | 30.26 | - |
| YUV | 156.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 143 | 0 | 0.29 | 0.27 | 0.23 | 355.86 | 0.33 | 0.66 |
| Hex | C5 | 8B | 8F | 0 | 1D | 1B | 17 | 164 | 21 | 42 |
| Octal | 305 | 213 | 217 | 0 | 35 | 33 | 27 | 544 | 41 | 102 |
| Binary | 11000101 | 10001011 | 10001111 | 0 | 11101 | 11011 | 10111 | 101100100 | 100001 | 1000010 |
Color Harmonies of #C58B8F
Complementary color
Monochromatic Colors of #C58B8F
Black with #C58B8F
Text Example
Text Example
White with #C58B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B8F; }
p { color: rgb(197,139,143); }
H1.HeaderClassName
{
color: #C58B8F;
}
.AnyTagClassName
{
color: #C58B8F;
}
</style>
background-color css
<style>
a { background-color: #C58B8F; }
a { background-color: rgb(197,139,143); }
div.DivClassName
{
background-color: #C58B8F;
}
.BgClassName
{
background-color: #C58B8F;
}
</style>
border-color css
<style>
span { border-color: #C58B8F; }
span { border-color: rgb(197,139,143); }
td.TdClassName
{
border-color: #C58B8F;
}
.TagClassName
{
border-color: #C58B8F;
}
</style>