#C7829D

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

Shades of Puce #C7829D

Tints of Puce #C7829D

Color information

#C7829D (or 0xC7829D) is unknown color: approx Puce. HEX triplet: C7, 82 and 9D. RGB value is (199,130,157). Sum of RGB (Red+Green+Blue) = 199+130+157=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7829D is #387D62. Grayscale: #999999. Windows color (decimal): -3702115 or 10322631. OLE color: 10322631.

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

Color convert

RGB199130157-
CMYK00.350.210.22
HSL336.52º38.12%64.51%-
HSV(B)336.52º34.67%78.04%-
XYZ37.6230.5435.81-
YUV153.71129.86160.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=40.95%
G=26.75%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913015700.350.210.22336.5238.1264.51
HexC7829D02315161512641
Octal307202235043252652146101
Binary110001111000001010011101010001110101101101010100011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7829D; }

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

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

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

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

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

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

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

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