#C9B47A

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

Shades of Ecru #C9B47A

Tints of Ecru #C9B47A

Color information

#C9B47A (or 0xC9B47A) is unknown color: approx Ecru. HEX triplet: C9, B4 and 7A. RGB value is (201,180,122). Sum of RGB (Red+Green+Blue) = 201+180+122=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B47A is #364B85. Grayscale: #B3B3B3. Windows color (decimal): -3558278 or 8041673. OLE color: 8041673.

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

Color convert

RGB201180122-
CMYK00.100.390.21
HSL44.05º42.25%63.33%-
HSV(B)44.05º39.3%78.82%-
XYZ43.9246.4725.07-
YUV179.6795.46143.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 122 (48.05% from 255) = 24.25%
R=39.96%
G=35.79%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118012200.100.390.2144.0542.2563.33
HexC9B47A0A27152c2a3f
Octal3112641720124725545277
Binary110010011011010011110100101010011110101101100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B47A; }

 p { color: rgb(201,180,122); }

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

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

 a { background-color: rgb(201,180,122); }

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

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

 span { border-color: rgb(201,180,122); }

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