#C2878A

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

Shades of Puce #C2878A

Tints of Puce #C2878A

Color information

#C2878A (or 0xC2878A) is unknown color: approx Puce. HEX triplet: C2, 87 and 8A. RGB value is (194,135,138). Sum of RGB (Red+Green+Blue) = 194+135+138=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2878A is #3D7875. Grayscale: #999999. Windows color (decimal): -4028534 or 9078722. OLE color: 9078722.

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

Color convert

RGB194135138-
CMYK00.300.290.24
HSL356.95º32.6%64.51%-
HSV(B)356.95º30.41%76.08%-
XYZ35.530.6328.09-
YUV152.98119.55157.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=41.54%
G=28.91%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413513800.300.290.24356.9532.664.51
HexC2878A01E1D181652141
Octal302207212036353054541101
Binary11000010100001111000101001111011101110001011001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2878A; }

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

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

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

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

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

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

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

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