#C9858A

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

Shades of Puce #C9858A

Tints of Puce #C9858A

Color information

#C9858A (or 0xC9858A) is unknown color: approx Puce. HEX triplet: C9, 85 and 8A. RGB value is (201,133,138). Sum of RGB (Red+Green+Blue) = 201+133+138=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9858A is #367A75. Grayscale: #999999. Windows color (decimal): -3570294 or 9078217. OLE color: 9078217.

HSL color Cylindrical-coordinate representation of color #C9858A: hue angle of 355.59º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9858A is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB201133138-
CMYK00.340.310.21
HSL355.59º38.64%65.49%-
HSV(B)355.59º33.83%78.82%-
XYZ37.0631.0328.08-
YUV153.9119.03161.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=42.58%
G=28.18%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113313800.340.310.21355.5938.6465.49
HexC9858A0221F151642741
Octal311205212042372554447101
Binary110010011000010110001010010001011111101011011001001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9858A; }

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

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

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

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

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

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

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

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