#C9829D

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

Shades of Puce #C9829D

Tints of Puce #C9829D

Color information

#C9829D (or 0xC9829D) is unknown color: approx Puce. HEX triplet: C9, 82 and 9D. RGB value is (201,130,157). Sum of RGB (Red+Green+Blue) = 201+130+157=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9829D is #367D62. Grayscale: #9A9A9A. Windows color (decimal): -3571043 or 10322633. OLE color: 10322633.

HSL color Cylindrical-coordinate representation of color #C9829D: hue angle of 337.18º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9829D is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB201130157-
CMYK00.350.220.21
HSL337.18º39.66%64.9%-
HSV(B)337.18º35.32%78.82%-
XYZ38.1630.8235.84-
YUV154.31129.52161.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=41.19%
G=26.64%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113015700.350.220.21337.1839.6664.9
HexC9829D02316151512841
Octal311202235043262552150101
Binary110010011000001010011101010001110110101011010100011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9829D; }

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

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

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

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

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

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

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

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