#C7829C

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

Shades of Puce #C7829C

Tints of Puce #C7829C

Color information

#C7829C (or 0xC7829C) is unknown color: approx Puce. HEX triplet: C7, 82 and 9C. RGB value is (199,130,156). Sum of RGB (Red+Green+Blue) = 199+130+156=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7829C is #387D63. Grayscale: #999999. Windows color (decimal): -3702116 or 10257095. OLE color: 10257095.

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

Color convert

RGB199130156-
CMYK00.350.220.22
HSL337.39º38.12%64.51%-
HSV(B)337.39º34.67%78.04%-
XYZ37.5430.5135.36-
YUV153.6129.36160.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=41.03%
G=26.80%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913015600.350.220.22337.3938.1264.51
HexC7829C02316161512641
Octal307202234043262652146101
Binary110001111000001010011100010001110110101101010100011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7829C; }

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

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

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

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

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

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

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

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