#C4B285

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

Shades of Ecru #C4B285

Tints of Ecru #C4B285

Color information

#C4B285 (or 0xC4B285) is unknown color: approx Ecru. HEX triplet: C4, B2 and 85. RGB value is (196,178,133). Sum of RGB (Red+Green+Blue) = 196+178+133=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B285 is #3B4D7A. Grayscale: #B2B2B2. Windows color (decimal): -3886459 or 8762052. OLE color: 8762052.

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

Color convert

RGB196178133-
CMYK00.090.320.23
HSL42.86º34.81%64.51%-
HSV(B)42.86º32.14%76.86%-
XYZ42.9245.2728.67-
YUV178.25102.46140.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=38.66%
G=35.11%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617813300.090.320.2342.8634.8164.51
HexC4B2850920172b2341
Octal30426220501140275343101
Binary11000100101100101000010101001100000101111010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B285; }

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

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

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

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

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

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

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

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