#c5829a

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

Shades of Puce #C5829A

Tints of Puce #C5829A

Color information

#C5829A (or 0xC5829A) is unknown color: approx Puce. HEX triplet: C5, 82 and 9A. RGB value is (197,130,154). Sum of RGB (Red+Green+Blue) = 197+130+154=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C5829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5829A is #3A7D65. Grayscale: #989898. Windows color (decimal): -3833190 or 10126021. OLE color: 10126021.

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

Color convert

RGB197130154-
CMYK00.340.220.23
HSL338.51º36.61%64.12%-
HSV(B)338.51º34.01%77.25%-
XYZ36.8430.1734.45-
YUV152.77128.7159.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=40.96%
G=27.03%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713015400.340.220.23338.5136.6164.12
HexC5829A02216171532540
Octal305202232042262752345100
Binary110001011000001010011010010001010110101111010100111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5829a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5829a; }

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

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

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

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

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

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

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

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