#C88789

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

Shades of Puce #C88789

Tints of Puce #C88789

Color information

#C88789 (or 0xC88789) is unknown color: approx Puce. HEX triplet: C8, 87 and 89. RGB value is (200,135,137). Sum of RGB (Red+Green+Blue) = 200+135+137=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C88789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88789 is #377876. Grayscale: #9A9A9A. Windows color (decimal): -3635319 or 9013192. OLE color: 9013192.

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

Color convert

RGB200135137-
CMYK00.320.320.22
HSL358.15º37.14%65.69%-
HSV(B)358.15º32.5%78.43%-
XYZ3731.4127.78-
YUV154.66118.03160.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 137 (53.91% from 255) = 29.03%
R=42.37%
G=28.60%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013513700.320.320.22358.1537.1465.69
HexC8878902020161662542
Octal310207211040402654645102
Binary1100100010000111100010010100000100000101101011001101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88789; }

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

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

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

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

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

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

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

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