#C5829C

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

Shades of Puce #C5829C

Tints of Puce #C5829C

Color information

#C5829C (or 0xC5829C) is unknown color: approx Puce. HEX triplet: C5, 82 and 9C. RGB value is (197,130,156). Sum of RGB (Red+Green+Blue) = 197+130+156=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5829C is #3A7D63. Grayscale: #989898. Windows color (decimal): -3833188 or 10257093. OLE color: 10257093.

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

Color convert

RGB197130156-
CMYK00.340.210.23
HSL336.72º36.61%64.12%-
HSV(B)336.72º34.01%77.25%-
XYZ37.0130.2435.34-
YUV153129.7159.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.79%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=40.79%
G=26.92%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713015600.340.210.23336.7236.6164.12
HexC5829C02215171512540
Octal305202234042252752145100
Binary110001011000001010011100010001010101101111010100011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5829C; }

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

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

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

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

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

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

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

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