#C88689

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

Shades of Puce #C88689

Tints of Puce #C88689

Color information

#C88689 (or 0xC88689) is unknown color: approx Puce. HEX triplet: C8, 86 and 89. RGB value is (200,134,137). Sum of RGB (Red+Green+Blue) = 200+134+137=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C88689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88689 is #377976. Grayscale: #9A9A9A. Windows color (decimal): -3635575 or 9012936. OLE color: 9012936.

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

Color convert

RGB200134137-
CMYK00.330.320.22
HSL357.27º37.5%65.49%-
HSV(B)357.27º33%78.43%-
XYZ36.8631.1427.73-
YUV154.08118.37160.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 137 (53.91% from 255) = 29.09%
R=42.46%
G=28.45%
B=29.09%

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
Decimal20013413700.330.320.22357.2737.565.49
HexC8868902120161652641
Octal310206211041402654546101
Binary1100100010000110100010010100001100000101101011001011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88689; }

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

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

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

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

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

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

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

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