#C8879C

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

Shades of Puce #C8879C

Tints of Puce #C8879C

Color information

#C8879C (or 0xC8879C) is unknown color: approx Puce. HEX triplet: C8, 87 and 9C. RGB value is (200,135,156). Sum of RGB (Red+Green+Blue) = 200+135+156=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8879C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8879C is #377863. Grayscale: #9C9C9C. Windows color (decimal): -3635300 or 10258376. OLE color: 10258376.

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

Color convert

RGB200135156-
CMYK00.320.220.22
HSL340.62º37.14%65.69%-
HSV(B)340.62º32.5%78.43%-
XYZ38.4832.0135.6-
YUV156.83127.53158.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=40.73%
G=27.49%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013515600.320.220.22340.6237.1465.69
HexC8879C02016161552542
Octal310207234040262652545102
Binary110010001000011110011100010000010110101101010101011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8879C; }

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

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

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

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

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

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

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

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