#C2838C

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

Shades of Puce #C2838C

Tints of Puce #C2838C

Color information

#C2838C (or 0xC2838C) is unknown color: approx Puce. HEX triplet: C2, 83 and 8C. RGB value is (194,131,140). Sum of RGB (Red+Green+Blue) = 194+131+140=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2838C is #3D7C73. Grayscale: #969696. Windows color (decimal): -4029556 or 9208770. OLE color: 9208770.

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

Color convert

RGB194131140-
CMYK00.320.280.24
HSL351.43º34.05%63.73%-
HSV(B)351.43º32.47%76.08%-
XYZ35.129.628.67-
YUV150.86121.87158.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=41.72%
G=28.17%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413114000.320.280.24351.4334.0563.73
HexC2838C0201C1815f2240
Octal302203214040343053742100
Binary110000101000001110001100010000011100110001010111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2838C; }

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

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

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

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

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

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

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

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