#C2839A

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

Shades of Puce #C2839A

Tints of Puce #C2839A

Color information

#C2839A (or 0xC2839A) is unknown color: approx Puce. HEX triplet: C2, 83 and 9A. RGB value is (194,131,154). Sum of RGB (Red+Green+Blue) = 194+131+154=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2839A is #3D7C65. Grayscale: #989898. Windows color (decimal): -4029542 or 10126274. OLE color: 10126274.

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

Color convert

RGB194131154-
CMYK00.320.210.24
HSL338.1º34.05%63.73%-
HSV(B)338.1º32.47%76.08%-
XYZ36.230.0434.46-
YUV152.46128.87157.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=40.50%
G=27.35%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413115400.320.210.24338.134.0563.73
HexC2839A02015181522240
Octal302203232040253052242100
Binary110000101000001110011010010000010101110001010100101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2839A; }

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

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

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

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

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

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

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

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