#C58090

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

Shades of Puce #C58090

Tints of Puce #C58090

Color information

#C58090 (or 0xC58090) is unknown color: approx Puce. HEX triplet: C5, 80 and 90. RGB value is (197,128,144). Sum of RGB (Red+Green+Blue) = 197+128+144=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C58090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58090 is #3A7F6F. Grayscale: #969696. Windows color (decimal): -3833712 or 9470149. OLE color: 9470149.

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

Color convert

RGB197128144-
CMYK00.350.270.23
HSL346.09º37.3%63.73%-
HSV(B)346.09º35.03%77.25%-
XYZ35.7829.3230.16-
YUV150.45124.36161.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=42.00%
G=27.29%
B=30.70%

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
Decimal19712814400.350.270.23346.0937.363.73
HexC580900231B1715a2540
Octal305200220043332753245100
Binary110001011000000010010000010001111011101111010110101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58090; }

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

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

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

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

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

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

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

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