#C58B91

Color #C58B91 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C58B91

Tints of Puce #C58B91

Color information

#C58B91 (or 0xC58B91) is unknown color: approx Puce. HEX triplet: C5, 8B and 91. RGB value is (197,139,145). Sum of RGB (Red+Green+Blue) = 197+139+145=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58B91 is #3A746E. Grayscale: #9D9D9D. Windows color (decimal): -3830895 or 9538501. OLE color: 9538501.

HSL color Cylindrical-coordinate representation of color #C58B91: hue angle of 353.79º 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 #C58B91 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB197139145-
CMYK00.290.260.23
HSL353.79º33.33%65.88%-
HSV(B)353.79º29.44%77.25%-
XYZ37.3732.3831.07-
YUV157.03121.22156.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 139 (54.69% from 255) = 28.90%
BLUE value IS 145 (57.03% from 255) = 30.15%
R=40.96%
G=28.90%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713914500.290.260.23353.7933.3365.88
HexC58B9101D1A171622142
Octal305213221035322754241102
Binary11000101100010111001000101110111010101111011000101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58B91; }

 p { color: rgb(197,139,145); }

 H1.HeaderClassName
 {
   color: #C58B91;
 }
 .AnyTagClassName
 {
   color: #C58B91;
 }
</style>
background-color css

<style>
 a { background-color: #C58B91; }

 a { background-color: rgb(197,139,145); }

 div.DivClassName
 {
   background-color: #C58B91;
 }
 .BgClassName
 {
   background-color: #C58B91;
 }
</style>
border-color css

<style>
 span { border-color: #C58B91; }

 span { border-color: rgb(197,139,145); }

 td.TdClassName
 {
   border-color: #C58B91;
 }
 .TagClassName
 {
   border-color: #C58B91;
 }
</style>