#C88995

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

Shades of Puce #C88995

Tints of Puce #C88995

Color information

#C88995 (or 0xC88995) is unknown color: approx Puce. HEX triplet: C8, 89 and 95. RGB value is (200,137,149). Sum of RGB (Red+Green+Blue) = 200+137+149=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C88995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88995 is #37766A. Grayscale: #9D9D9D. Windows color (decimal): -3634795 or 9800136. OLE color: 9800136.

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

Color convert

RGB200137149-
CMYK00.320.260.22
HSL348.57º36.42%66.08%-
HSV(B)348.57º31.5%78.43%-
XYZ38.1932.3432.66-
YUV157.2123.37158.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=41.15%
G=28.19%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013714900.320.260.22348.5736.4266.08
HexC889950201A1615d2442
Octal310211225040322653544102
Binary110010001000100110010101010000011010101101010111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88995; }

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

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

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

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

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

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

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

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