#C88B8C

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

Shades of Puce #C88B8C

Tints of Puce #C88B8C

Color information

#C88B8C (or 0xC88B8C) is unknown color: approx Puce. HEX triplet: C8, 8B and 8C. RGB value is (200,139,140). Sum of RGB (Red+Green+Blue) = 200+139+140=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88B8C is #377473. Grayscale: #9D9D9D. Windows color (decimal): -3634292 or 9210824. OLE color: 9210824.

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

Color convert

RGB200139140-
CMYK00.300.30.22
HSL359.02º35.67%66.47%-
HSV(B)359.02º30.5%78.43%-
XYZ37.7932.6429.12-
YUV157.35118.21158.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=41.75%
G=29.02%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013914000.300.30.22359.0235.6766.47
HexC88B8C01E1E161672442
Octal310213214036362654744102
Binary11001000100010111000110001111011110101101011001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88B8C; }

 p { color: rgb(200,139,140); }

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

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

 a { background-color: rgb(200,139,140); }

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

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

 span { border-color: rgb(200,139,140); }

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