#C2888F

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

Shades of Puce #C2888F

Tints of Puce #C2888F

Color information

#C2888F (or 0xC2888F) is unknown color: approx Puce. HEX triplet: C2, 88 and 8F. RGB value is (194,136,143). Sum of RGB (Red+Green+Blue) = 194+136+143=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2888F is #3D7770. Grayscale: #9A9A9A. Windows color (decimal): -4028273 or 9406658. OLE color: 9406658.

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

Color convert

RGB194136143-
CMYK00.300.260.24
HSL352.76º32.22%64.71%-
HSV(B)352.76º29.9%76.08%-
XYZ36.0131.0630.08-
YUV154.14121.72156.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 136 (53.52% from 255) = 28.75%
BLUE value IS 143 (56.25% from 255) = 30.23%
R=41.01%
G=28.75%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413614300.300.260.24352.7632.2264.71
HexC2888F01E1A181612041
Octal302210217036323054140101
Binary11000010100010001000111101111011010110001011000011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2888F; }

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

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

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

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

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

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

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

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