#C9829A

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

Shades of Puce #C9829A

Tints of Puce #C9829A

Color information

#C9829A (or 0xC9829A) is unknown color: approx Puce. HEX triplet: C9, 82 and 9A. RGB value is (201,130,154). Sum of RGB (Red+Green+Blue) = 201+130+154=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9829A is #367D65. Grayscale: #999999. Windows color (decimal): -3571046 or 10126025. OLE color: 10126025.

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

Color convert

RGB201130154-
CMYK00.350.230.21
HSL339.72º39.66%64.9%-
HSV(B)339.72º35.32%78.82%-
XYZ37.930.7234.5-
YUV153.96128.02161.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 154 (60.55% from 255) = 31.75%
R=41.44%
G=26.80%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113015400.350.230.21339.7239.6664.9
HexC9829A02317151542841
Octal311202232043272552450101
Binary110010011000001010011010010001110111101011010101001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9829A; }

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

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

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

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

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

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

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

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