#C8878D

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

Shades of Puce #C8878D

Tints of Puce #C8878D

Color information

#C8878D (or 0xC8878D) is unknown color: approx Puce. HEX triplet: C8, 87 and 8D. RGB value is (200,135,141). Sum of RGB (Red+Green+Blue) = 200+135+141=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8878D is #377872. Grayscale: #9B9B9B. Windows color (decimal): -3635315 or 9275336. OLE color: 9275336.

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

Color convert

RGB200135141-
CMYK00.320.290.22
HSL354.46º37.14%65.69%-
HSV(B)354.46º32.5%78.43%-
XYZ37.2931.5329.32-
YUV155.12120.03160.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 135 (53.12% from 255) = 28.36%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=42.02%
G=28.36%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013514100.320.290.22354.4637.1465.69
HexC8878D0201D161622542
Octal310207215040352654245102
Binary110010001000011110001101010000011101101101011000101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8878D; }

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

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

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

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

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

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

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

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