#C6879C

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

Shades of Puce #C6879C

Tints of Puce #C6879C

Color information

#C6879C (or 0xC6879C) is unknown color: approx Puce. HEX triplet: C6, 87 and 9C. RGB value is (198,135,156). Sum of RGB (Red+Green+Blue) = 198+135+156=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6879C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6879C is #397863. Grayscale: #9C9C9C. Windows color (decimal): -3766372 or 10258374. OLE color: 10258374.

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

Color convert

RGB198135156-
CMYK00.320.210.22
HSL340º35.59%65.29%-
HSV(B)340º31.82%77.65%-
XYZ37.9531.7335.58-
YUV156.23127.87157.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=40.49%
G=27.61%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813515600.320.210.2234035.5965.29
HexC6879C02015161542441
Octal306207234040252652444101
Binary110001101000011110011100010000010101101101010101001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6879C; }

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

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

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

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

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

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

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

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