#C88688

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

Shades of Puce #C88688

Tints of Puce #C88688

Color information

#C88688 (or 0xC88688) is unknown color: approx Puce. HEX triplet: C8, 86 and 88. RGB value is (200,134,136). Sum of RGB (Red+Green+Blue) = 200+134+136=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C88688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88688 is #377977. Grayscale: #9A9A9A. Windows color (decimal): -3635576 or 8947400. OLE color: 8947400.

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

Color convert

RGB200134136-
CMYK00.330.320.22
HSL358.18º37.5%65.49%-
HSV(B)358.18º33%78.43%-
XYZ36.7931.1127.36-
YUV153.96117.87160.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 134 (52.73% from 255) = 28.51%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=42.55%
G=28.51%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013413600.330.320.22358.1837.565.49
HexC8868802120161662641
Octal310206210041402654646101
Binary1100100010000110100010000100001100000101101011001101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88688; }

 p { color: rgb(200,134,136); }

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

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

 a { background-color: rgb(200,134,136); }

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

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

 span { border-color: rgb(200,134,136); }

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