#C6878B

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

Shades of Puce #C6878B

Tints of Puce #C6878B

Color information

#C6878B (or 0xC6878B) is unknown color: approx Puce. HEX triplet: C6, 87 and 8B. RGB value is (198,135,139). Sum of RGB (Red+Green+Blue) = 198+135+139=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6878B is #397874. Grayscale: #9A9A9A. Windows color (decimal): -3766389 or 9144262. OLE color: 9144262.

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

Color convert

RGB198135139-
CMYK00.320.300.22
HSL356.19º35.59%65.29%-
HSV(B)356.19º31.82%77.65%-
XYZ36.6131.228.52-
YUV154.29119.37159.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.95%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=41.95%
G=28.60%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813513900.320.300.22356.1935.5965.29
HexC6878B0201E161642441
Octal306207213040362654444101
Binary110001101000011110001011010000011110101101011001001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6878B; }

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

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

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

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

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

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

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

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