#C8889E

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

Shades of Puce #C8889E

Tints of Puce #C8889E

Color information

#C8889E (or 0xC8889E) is unknown color: approx Puce. HEX triplet: C8, 88 and 9E. RGB value is (200,136,158). Sum of RGB (Red+Green+Blue) = 200+136+158=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8889E is #377761. Grayscale: #9D9D9D. Windows color (decimal): -3635042 or 10389704. OLE color: 10389704.

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

Color convert

RGB200136158-
CMYK00.320.210.22
HSL339.38º36.78%65.88%-
HSV(B)339.38º32%78.43%-
XYZ38.832.3636.55-
YUV157.64128.2158.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=40.49%
G=27.53%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013615800.320.210.22339.3836.7865.88
HexC8889E02015161532542
Octal310210236040252652345102
Binary110010001000100010011110010000010101101101010100111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8889E; }

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

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

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

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

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

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

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

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