#C8878A

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

Shades of Puce #C8878A

Tints of Puce #C8878A

Color information

#C8878A (or 0xC8878A) is unknown color: approx Puce. HEX triplet: C8, 87 and 8A. RGB value is (200,135,138). Sum of RGB (Red+Green+Blue) = 200+135+138=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8878A is #377875. Grayscale: #9A9A9A. Windows color (decimal): -3635318 or 9078728. OLE color: 9078728.

HSL color Cylindrical-coordinate representation of color #C8878A: hue angle of 357.23º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8878A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB200135138-
CMYK00.320.310.22
HSL357.23º37.14%65.69%-
HSV(B)357.23º32.5%78.43%-
XYZ37.0731.4428.16-
YUV154.78118.53160.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=42.28%
G=28.54%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013513800.320.310.22357.2337.1465.69
HexC8878A0201F161652542
Octal310207212040372654545102
Binary110010001000011110001010010000011111101101011001011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8878A; }

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

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

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

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

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

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

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

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