#C88890

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

Shades of Puce #C88890

Tints of Puce #C88890

Color information

#C88890 (or 0xC88890) is unknown color: approx Puce. HEX triplet: C8, 88 and 90. RGB value is (200,136,144). Sum of RGB (Red+Green+Blue) = 200+136+144=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C88890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88890 is #37776F. Grayscale: #9C9C9C. Windows color (decimal): -3635056 or 9472200. OLE color: 9472200.

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

Color convert

RGB200136144-
CMYK00.320.280.22
HSL352.5º36.78%65.88%-
HSV(B)352.5º32%78.43%-
XYZ37.6631.930.56-
YUV156.05121.2159.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 144 (56.64% from 255) = 30%
R=41.67%
G=28.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013614400.320.280.22352.536.7865.88
HexC888900201C161602542
Octal310210220040342654045102
Binary110010001000100010010000010000011100101101011000001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88890; }

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

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

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

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

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

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

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

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