#C7828C

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

Shades of Puce #C7828C

Tints of Puce #C7828C

Color information

#C7828C (or 0xC7828C) is unknown color: approx Puce. HEX triplet: C7, 82 and 8C. RGB value is (199,130,140). Sum of RGB (Red+Green+Blue) = 199+130+140=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7828C is #387D73. Grayscale: #979797. Windows color (decimal): -3702132 or 9208519. OLE color: 9208519.

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

Color convert

RGB199130140-
CMYK00.350.300.22
HSL351.3º38.12%64.51%-
HSV(B)351.3º34.67%78.04%-
XYZ36.273028.69-
YUV151.77121.36161.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=42.43%
G=27.72%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913014000.350.300.22351.338.1264.51
HexC7828C0231E1615f2641
Octal307202214043362653746101
Binary110001111000001010001100010001111110101101010111111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7828C; }

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

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

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

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

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

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

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

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