#C9838A

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

Shades of Puce #C9838A

Tints of Puce #C9838A

Color information

#C9838A (or 0xC9838A) is unknown color: approx Puce. HEX triplet: C9, 83 and 8A. RGB value is (201,131,138). Sum of RGB (Red+Green+Blue) = 201+131+138=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9838A is #367C75. Grayscale: #989898. Windows color (decimal): -3570806 or 9077705. OLE color: 9077705.

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

Color convert

RGB201131138-
CMYK00.350.310.21
HSL354º39.33%65.1%-
HSV(B)354º34.83%78.82%-
XYZ36.7930.4927.99-
YUV152.73119.69162.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=42.77%
G=27.87%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113113800.350.310.2135439.3365.1
HexC9838A0231F151622741
Octal311203212043372554247101
Binary110010011000001110001010010001111111101011011000101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9838A; }

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

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

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

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

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

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

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

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