#C6878E

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

Shades of Puce #C6878E

Tints of Puce #C6878E

Color information

#C6878E (or 0xC6878E) is unknown color: approx Puce. HEX triplet: C6, 87 and 8E. RGB value is (198,135,142). Sum of RGB (Red+Green+Blue) = 198+135+142=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6878E is #397871. Grayscale: #9A9A9A. Windows color (decimal): -3766386 or 9340870. OLE color: 9340870.

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

Color convert

RGB198135142-
CMYK00.320.280.22
HSL353.33º35.59%65.29%-
HSV(B)353.33º31.82%77.65%-
XYZ36.8431.2929.69-
YUV154.64120.87158.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=41.68%
G=28.42%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813514200.320.280.22353.3335.5965.29
HexC6878E0201C161612441
Octal306207216040342654144101
Binary110001101000011110001110010000011100101101011000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6878E; }

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

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

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

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

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

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

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

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