#C2838E

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

Shades of Puce #C2838E

Tints of Puce #C2838E

Color information

#C2838E (or 0xC2838E) is unknown color: approx Puce. HEX triplet: C2, 83 and 8E. RGB value is (194,131,142). Sum of RGB (Red+Green+Blue) = 194+131+142=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2838E is #3D7C71. Grayscale: #979797. Windows color (decimal): -4029554 or 9339842. OLE color: 9339842.

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

Color convert

RGB194131142-
CMYK00.320.270.24
HSL349.52º34.05%63.73%-
HSV(B)349.52º32.47%76.08%-
XYZ35.2529.6529.46-
YUV151.09122.87158.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=41.54%
G=28.05%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413114200.320.270.24349.5234.0563.73
HexC2838E0201B1815e2240
Octal302203216040333053642100
Binary110000101000001110001110010000011011110001010111101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2838E; }

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

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

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

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

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

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

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

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