#C2B485

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

Shades of Ecru #C2B485

Tints of Ecru #C2B485

Color information

#C2B485 (or 0xC2B485) is unknown color: approx Ecru. HEX triplet: C2, B4 and 85. RGB value is (194,180,133). Sum of RGB (Red+Green+Blue) = 194+180+133=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B485 is #3D4B7A. Grayscale: #B3B3B3. Windows color (decimal): -4017019 or 8762562. OLE color: 8762562.

HSL color Cylindrical-coordinate representation of color #C2B485: hue angle of 46.23º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2B485 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194180133-
CMYK00.070.310.24
HSL46.23º33.33%64.12%-
HSV(B)46.23º31.44%76.08%-
XYZ42.845.8128.78-
YUV178.83102.14138.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=38.26%
G=35.50%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418013300.070.310.2446.2333.3364.12
HexC2B485071F182e2140
Octal3022642050737305641100
Binary110000101011010010000101011111111110001011101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B485; }

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

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

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

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

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

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

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

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