#C9898D

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

Shades of Puce #C9898D

Tints of Puce #C9898D

Color information

#C9898D (or 0xC9898D) is unknown color: approx Puce. HEX triplet: C9, 89 and 8D. RGB value is (201,137,141). Sum of RGB (Red+Green+Blue) = 201+137+141=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9898D is #367672. Grayscale: #9C9C9C. Windows color (decimal): -3569267 or 9275849. OLE color: 9275849.

HSL color Cylindrical-coordinate representation of color #C9898D: hue angle of 356.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9898D is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201137141-
CMYK00.320.300.21
HSL356.25º37.21%66.27%-
HSV(B)356.25º31.84%78.82%-
XYZ37.8432.2329.43-
YUV156.59119.2159.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.96%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=41.96%
G=28.60%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113714100.320.300.21356.2537.2166.27
HexC9898D0201E151642542
Octal311211215040362554445102
Binary110010011000100110001101010000011110101011011001001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9898D; }

 p { color: rgb(201,137,141); }

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

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

 a { background-color: rgb(201,137,141); }

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

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

 span { border-color: rgb(201,137,141); }

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