#C5828C

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

Shades of Puce #C5828C

Tints of Puce #C5828C

Color information

#C5828C (or 0xC5828C) is unknown color: approx Puce. HEX triplet: C5, 82 and 8C. RGB value is (197,130,140). Sum of RGB (Red+Green+Blue) = 197+130+140=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5828C is #3A7D73. Grayscale: #979797. Windows color (decimal): -3833204 or 9208517. OLE color: 9208517.

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

Color convert

RGB197130140-
CMYK00.340.290.23
HSL351.04º36.61%64.12%-
HSV(B)351.04º34.01%77.25%-
XYZ35.7429.7328.67-
YUV151.17121.7160.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=42.18%
G=27.84%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713014000.340.290.23351.0436.6164.12
HexC5828C0221D1715f2540
Octal305202214042352753745100
Binary110001011000001010001100010001011101101111010111111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5828C; }

 p { color: rgb(197,130,140); }

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

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

 a { background-color: rgb(197,130,140); }

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

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

 span { border-color: rgb(197,130,140); }

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