#C9898A

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

Shades of Puce #C9898A

Tints of Puce #C9898A

Color information

#C9898A (or 0xC9898A) is unknown color: approx Puce. HEX triplet: C9, 89 and 8A. RGB value is (201,137,138). Sum of RGB (Red+Green+Blue) = 201+137+138=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9898A is #367675. Grayscale: #9C9C9C. Windows color (decimal): -3569270 or 9079241. OLE color: 9079241.

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

Color convert

RGB201137138-
CMYK00.320.310.21
HSL359.06º37.21%66.27%-
HSV(B)359.06º31.84%78.82%-
XYZ37.6232.1428.27-
YUV156.25117.7159.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=42.23%
G=28.78%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113713800.320.310.21359.0637.2166.27
HexC9898A0201F151672542
Octal311211212040372554745102
Binary110010011000100110001010010000011111101011011001111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9898A; }

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

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

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

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

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

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

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

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