#C4828E

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

Shades of Puce #C4828E

Tints of Puce #C4828E

Color information

#C4828E (or 0xC4828E) is unknown color: approx Puce. HEX triplet: C4, 82 and 8E. RGB value is (196,130,142). Sum of RGB (Red+Green+Blue) = 196+130+142=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4828E is #3B7D71. Grayscale: #979797. Windows color (decimal): -3898738 or 9339588. OLE color: 9339588.

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

Color convert

RGB196130142-
CMYK00.340.280.23
HSL349.09º35.87%63.92%-
HSV(B)349.09º33.67%76.86%-
XYZ35.6329.6529.44-
YUV151.1122.87160.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 142 (55.86% from 255) = 30.34%
R=41.88%
G=27.78%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613014200.340.280.23349.0935.8763.92
HexC4828E0221C1715d2440
Octal304202216042342753544100
Binary110001001000001010001110010001011100101111010111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4828E; }

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

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

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

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

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

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

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

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