#C4B488

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

Shades of Ecru #C4B488

Tints of Ecru #C4B488

Color information

#C4B488 (or 0xC4B488) is unknown color: approx Ecru. HEX triplet: C4, B4 and 88. RGB value is (196,180,136). Sum of RGB (Red+Green+Blue) = 196+180+136=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B488 is #3B4B77. Grayscale: #B3B3B3. Windows color (decimal): -3885944 or 8959172. OLE color: 8959172.

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

Color convert

RGB196180136-
CMYK00.080.310.23
HSL44º33.71%65.1%-
HSV(B)44º30.61%76.86%-
XYZ43.5346.1629.91-
YUV179.77103.3139.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=38.28%
G=35.16%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618013600.080.310.234433.7165.1
HexC4B488081F172c2241
Octal30426421001037275442101
Binary1100010010110100100010000100011111101111011001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B488; }

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

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

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

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

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

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

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

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