#C4B28A

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

Shades of Ecru #C4B28A

Tints of Ecru #C4B28A

Color information

#C4B28A (or 0xC4B28A) is unknown color: approx Ecru. HEX triplet: C4, B2 and 8A. RGB value is (196,178,138). Sum of RGB (Red+Green+Blue) = 196+178+138=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B28A is #3B4D75. Grayscale: #B3B3B3. Windows color (decimal): -3886454 or 9089732. OLE color: 9089732.

HSL color Cylindrical-coordinate representation of color #C4B28A: hue angle of 41.38º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4B28A is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196178138-
CMYK00.090.300.23
HSL41.38º32.95%65.49%-
HSV(B)41.38º29.59%76.86%-
XYZ43.2745.4130.53-
YUV178.82104.96140.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 178 (69.92% from 255) = 34.77%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=38.28%
G=34.77%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617813800.090.300.2341.3832.9565.49
HexC4B28A091E17292141
Octal30426221201136275141101
Binary1100010010110010100010100100111110101111010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B28A; }

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

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

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

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

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

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

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

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