#C9869A

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

Shades of Puce #C9869A

Tints of Puce #C9869A

Color information

#C9869A (or 0xC9869A) is unknown color: approx Puce. HEX triplet: C9, 86 and 9A. RGB value is (201,134,154). Sum of RGB (Red+Green+Blue) = 201+134+154=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9869A is #367965. Grayscale: #9C9C9C. Windows color (decimal): -3570022 or 10127049. OLE color: 10127049.

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

Color convert

RGB201134154-
CMYK00.330.230.21
HSL342.09º38.29%65.69%-
HSV(B)342.09º33.33%78.82%-
XYZ38.4531.834.68-
YUV156.31126.7159.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.10%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=41.10%
G=27.40%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113415400.330.230.21342.0938.2965.69
HexC9869A02117151562642
Octal311206232041272552646102
Binary110010011000011010011010010000110111101011010101101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9869A; }

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

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

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

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

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

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

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

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