#C9868D

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

Shades of Puce #C9868D

Tints of Puce #C9868D

Color information

#C9868D (or 0xC9868D) is unknown color: approx Puce. HEX triplet: C9, 86 and 8D. RGB value is (201,134,141). Sum of RGB (Red+Green+Blue) = 201+134+141=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9868D is #367972. Grayscale: #9A9A9A. Windows color (decimal): -3570035 or 9275081. OLE color: 9275081.

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

Color convert

RGB201134141-
CMYK00.330.300.21
HSL353.73º38.29%65.69%-
HSV(B)353.73º33.33%78.82%-
XYZ37.4231.3929.29-
YUV154.83120.2160.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=42.23%
G=28.15%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113414100.330.300.21353.7338.2965.69
HexC9868D0211E151622642
Octal311206215041362554246102
Binary110010011000011010001101010000111110101011011000101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9868D; }

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

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

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

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

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

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

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

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