#C2878C

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

Shades of Puce #C2878C

Tints of Puce #C2878C

Color information

#C2878C (or 0xC2878C) is unknown color: approx Puce. HEX triplet: C2, 87 and 8C. RGB value is (194,135,140). Sum of RGB (Red+Green+Blue) = 194+135+140=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2878C is #3D7873. Grayscale: #999999. Windows color (decimal): -4028532 or 9209794. OLE color: 9209794.

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

Color convert

RGB194135140-
CMYK00.300.280.24
HSL354.92º32.6%64.51%-
HSV(B)354.92º30.41%76.08%-
XYZ35.6530.6928.86-
YUV153.21120.55157.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 135 (53.12% from 255) = 28.78%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=41.36%
G=28.78%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413514000.300.280.24354.9232.664.51
HexC2878C01E1C181632141
Octal302207214036343054341101
Binary11000010100001111000110001111011100110001011000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2878C; }

 p { color: rgb(194,135,140); }

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

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

 a { background-color: rgb(194,135,140); }

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

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

 span { border-color: rgb(194,135,140); }

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