#C2B47A

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

Shades of Ecru #C2B47A

Tints of Ecru #C2B47A

Color information

#C2B47A (or 0xC2B47A) is unknown color: approx Ecru. HEX triplet: C2, B4 and 7A. RGB value is (194,180,122). Sum of RGB (Red+Green+Blue) = 194+180+122=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B47A is #3D4B85. Grayscale: #B1B1B1. Windows color (decimal): -4017030 or 8041666. OLE color: 8041666.

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

Color convert

RGB194180122-
CMYK00.070.370.24
HSL48.33º37.11%61.96%-
HSV(B)48.33º37.11%76.08%-
XYZ42.0845.5224.98-
YUV177.5796.64139.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=39.11%
G=36.29%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418012200.070.370.2448.3337.1161.96
HexC2B47A07251830253e
Octal302264172074530604576
Binary11000010101101001111010011110010111000110000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B47A; }

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

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

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

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

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

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

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

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