#C9829C

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

Shades of Puce #C9829C

Tints of Puce #C9829C

Color information

#C9829C (or 0xC9829C) is unknown color: approx Puce. HEX triplet: C9, 82 and 9C. RGB value is (201,130,156). Sum of RGB (Red+Green+Blue) = 201+130+156=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9829C is #367D63. Grayscale: #9A9A9A. Windows color (decimal): -3571044 or 10257097. OLE color: 10257097.

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

Color convert

RGB201130156-
CMYK00.350.220.21
HSL338.03º39.66%64.9%-
HSV(B)338.03º35.32%78.82%-
XYZ38.0730.7835.39-
YUV154.19129.02161.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=41.27%
G=26.69%
B=32.03%

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
Decimal20113015600.350.220.21338.0339.6664.9
HexC9829C02316151522841
Octal311202234043262552250101
Binary110010011000001010011100010001110110101011010100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9829C; }

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

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

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

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

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

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

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

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