#C58190

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

Shades of Puce #C58190

Tints of Puce #C58190

Color information

#C58190 (or 0xC58190) is unknown color: approx Puce. HEX triplet: C5, 81 and 90. RGB value is (197,129,144). Sum of RGB (Red+Green+Blue) = 197+129+144=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C58190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58190 is #3A7E6F. Grayscale: #979797. Windows color (decimal): -3833456 or 9470405. OLE color: 9470405.

HSL color Cylindrical-coordinate representation of color #C58190: hue angle of 346.76º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58190 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB197129144-
CMYK00.350.270.23
HSL346.76º36.96%63.92%-
HSV(B)346.76º34.52%77.25%-
XYZ35.9129.5830.2-
YUV151.04124.03160.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=41.91%
G=27.45%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712914400.350.270.23346.7636.9663.92
HexC581900231B1715b2540
Octal305201220043332753345100
Binary110001011000000110010000010001111011101111010110111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58190; }

 p { color: rgb(197,129,144); }

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

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

 a { background-color: rgb(197,129,144); }

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

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

 span { border-color: rgb(197,129,144); }

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