#C2828E

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

Shades of Puce #C2828E

Tints of Puce #C2828E

Color information

#C2828E (or 0xC2828E) is unknown color: approx Puce. HEX triplet: C2, 82 and 8E. RGB value is (194,130,142). Sum of RGB (Red+Green+Blue) = 194+130+142=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2828E is #3D7D71. Grayscale: #969696. Windows color (decimal): -4029810 or 9339586. OLE color: 9339586.

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

Color convert

RGB194130142-
CMYK00.330.270.24
HSL348.75º34.41%63.53%-
HSV(B)348.75º32.99%76.08%-
XYZ35.1129.3929.41-
YUV150.5123.2159.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=41.63%
G=27.90%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413014200.330.270.24348.7534.4163.53
HexC2828E0211B1815d2240
Octal302202216041333053542100
Binary110000101000001010001110010000111011110001010111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2828E; }

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

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

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

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

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

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

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

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