#C4829D

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

Shades of Puce #C4829D

Tints of Puce #C4829D

Color information

#C4829D (or 0xC4829D) is unknown color: approx Puce. HEX triplet: C4, 82 and 9D. RGB value is (196,130,157). Sum of RGB (Red+Green+Blue) = 196+130+157=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4829D is #3B7D62. Grayscale: #989898. Windows color (decimal): -3898723 or 10322628. OLE color: 10322628.

HSL color Cylindrical-coordinate representation of color #C4829D: hue angle of 335.45º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4829D is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB196130157-
CMYK00.340.200.23
HSL335.45º35.87%63.92%-
HSV(B)335.45º33.67%76.86%-
XYZ36.8330.1435.77-
YUV152.81130.37158.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 157 (61.72% from 255) = 32.51%
R=40.58%
G=26.92%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613015700.340.200.23335.4535.8763.92
HexC4829D022141714f2440
Octal304202235042242751744100
Binary110001001000001010011101010001010100101111010011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4829D; }

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

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

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

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

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

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

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

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