#C8889C

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

Shades of Puce #C8889C

Tints of Puce #C8889C

Color information

#C8889C (or 0xC8889C) is unknown color: approx Puce. HEX triplet: C8, 88 and 9C. RGB value is (200,136,156). Sum of RGB (Red+Green+Blue) = 200+136+156=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8889C is #377763. Grayscale: #9D9D9D. Windows color (decimal): -3635044 or 10258632. OLE color: 10258632.

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

Color convert

RGB200136156-
CMYK00.320.220.22
HSL341.25º36.78%65.88%-
HSV(B)341.25º32%78.43%-
XYZ38.6232.2935.65-
YUV157.42127.2158.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=40.65%
G=27.64%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013615600.320.220.22341.2536.7865.88
HexC8889C02016161552542
Octal310210234040262652545102
Binary110010001000100010011100010000010110101101010101011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8889C; }

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

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

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

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

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

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

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

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