#C4829C

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

Shades of Puce #C4829C

Tints of Puce #C4829C

Color information

#C4829C (or 0xC4829C) is unknown color: approx Puce. HEX triplet: C4, 82 and 9C. RGB value is (196,130,156). Sum of RGB (Red+Green+Blue) = 196+130+156=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4829C is #3B7D63. Grayscale: #989898. Windows color (decimal): -3898724 or 10257092. OLE color: 10257092.

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

Color convert

RGB196130156-
CMYK00.340.200.23
HSL336.36º35.87%63.92%-
HSV(B)336.36º33.67%76.86%-
XYZ36.7530.135.33-
YUV152.7129.87158.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=40.66%
G=26.97%
B=32.37%

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
Decimal19613015600.340.200.23336.3635.8763.92
HexC4829C02214171502440
Octal304202234042242752044100
Binary110001001000001010011100010001010100101111010100001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4829C; }

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

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

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

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

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

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

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

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