#C2888D

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

Shades of Puce #C2888D

Tints of Puce #C2888D

Color information

#C2888D (or 0xC2888D) is unknown color: approx Puce. HEX triplet: C2, 88 and 8D. RGB value is (194,136,141). Sum of RGB (Red+Green+Blue) = 194+136+141=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2888D is #3D7772. Grayscale: #999999. Windows color (decimal): -4028275 or 9275586. OLE color: 9275586.

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

Color convert

RGB194136141-
CMYK00.300.270.24
HSL354.83º32.22%64.71%-
HSV(B)354.83º29.9%76.08%-
XYZ35.863129.29-
YUV153.91120.72156.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=41.19%
G=28.87%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413614100.300.270.24354.8332.2264.71
HexC2888D01E1B181632041
Octal302210215036333054340101
Binary11000010100010001000110101111011011110001011000111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2888D; }

 p { color: rgb(194,136,141); }

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

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

 a { background-color: rgb(194,136,141); }

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

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

 span { border-color: rgb(194,136,141); }

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