#C2808E

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

Shades of Puce #C2808E

Tints of Puce #C2808E

Color information

#C2808E (or 0xC2808E) is unknown color: approx Puce. HEX triplet: C2, 80 and 8E. RGB value is (194,128,142). Sum of RGB (Red+Green+Blue) = 194+128+142=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2808E is #3D7F71. Grayscale: #959595. Windows color (decimal): -4030322 or 9339074. OLE color: 9339074.

HSL color Cylindrical-coordinate representation of color #C2808E: hue angle of 347.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2808E is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB194128142-
CMYK00.340.270.24
HSL347.27º35.11%63.14%-
HSV(B)347.27º34.02%76.08%-
XYZ34.8528.8629.33-
YUV149.33123.87159.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=41.81%
G=27.59%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412814200.340.270.24347.2735.1163.14
HexC2808E0221B1815b233f
Octal30220021604233305334377
Binary11000010100000001000111001000101101111000101011011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2808E; }

 p { color: rgb(194,128,142); }

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

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

 a { background-color: rgb(194,128,142); }

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

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

 span { border-color: rgb(194,128,142); }

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