#C4B485

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

Shades of Ecru #C4B485

Tints of Ecru #C4B485

Color information

#C4B485 (or 0xC4B485) is unknown color: approx Ecru. HEX triplet: C4, B4 and 85. RGB value is (196,180,133). Sum of RGB (Red+Green+Blue) = 196+180+133=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B485 is #3B4B7A. Grayscale: #B3B3B3. Windows color (decimal): -3885947 or 8762564. OLE color: 8762564.

HSL color Cylindrical-coordinate representation of color #C4B485: hue angle of 44.76º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4B485 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB196180133-
CMYK00.080.320.23
HSL44.76º34.81%64.51%-
HSV(B)44.76º32.14%76.86%-
XYZ43.3246.0728.8-
YUV179.43101.8139.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=38.51%
G=35.36%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618013300.080.320.2344.7634.8164.51
HexC4B4850820172d2341
Octal30426420501040275543101
Binary11000100101101001000010101000100000101111011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B485; }

 p { color: rgb(196,180,133); }

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

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

 a { background-color: rgb(196,180,133); }

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

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

 span { border-color: rgb(196,180,133); }

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