#C2828A

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

Shades of Puce #C2828A

Tints of Puce #C2828A

Color information

#C2828A (or 0xC2828A) is unknown color: approx Puce. HEX triplet: C2, 82 and 8A. RGB value is (194,130,138). Sum of RGB (Red+Green+Blue) = 194+130+138=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2828A is #3D7D75. Grayscale: #969696. Windows color (decimal): -4029814 or 9077442. OLE color: 9077442.

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

Color convert

RGB194130138-
CMYK00.330.290.24
HSL352.5º34.41%63.53%-
HSV(B)352.5º32.99%76.08%-
XYZ34.8229.2727.86-
YUV150.05121.2159.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 130 (51.17% from 255) = 28.14%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=41.99%
G=28.14%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413013800.330.290.24352.534.4163.53
HexC2828A0211D181602240
Octal302202212041353054042100
Binary110000101000001010001010010000111101110001011000001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2828A; }

 p { color: rgb(194,130,138); }

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

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

 a { background-color: rgb(194,130,138); }

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

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

 span { border-color: rgb(194,130,138); }

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