#C5829D

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

Shades of Puce #C5829D

Tints of Puce #C5829D

Color information

#C5829D (or 0xC5829D) is unknown color: approx Puce. HEX triplet: C5, 82 and 9D. RGB value is (197,130,157). Sum of RGB (Red+Green+Blue) = 197+130+157=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5829D is #3A7D62. Grayscale: #999999. Windows color (decimal): -3833187 or 10322629. OLE color: 10322629.

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

Color convert

RGB197130157-
CMYK00.340.200.23
HSL335.82º36.61%64.12%-
HSV(B)335.82º34.01%77.25%-
XYZ37.0930.2735.79-
YUV153.11130.2159.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 157 (61.72% from 255) = 32.44%
R=40.70%
G=26.86%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713015700.340.200.23335.8236.6164.12
HexC5829D02214171502540
Octal305202235042242752045100
Binary110001011000001010011101010001010100101111010100001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5829D; }

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

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

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

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

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

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

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

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