#C4B577

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

Shades of Ecru #C4B577

Tints of Ecru #C4B577

Color information

#C4B577 (or 0xC4B577) is unknown color: approx Ecru. HEX triplet: C4, B5 and 77. RGB value is (196,181,119). Sum of RGB (Red+Green+Blue) = 196+181+119=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B577 is #3B4A88. Grayscale: #B2B2B2. Windows color (decimal): -3885705 or 7845316. OLE color: 7845316.

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

Color convert

RGB196181119-
CMYK00.080.390.23
HSL48.31º39.49%61.76%-
HSV(B)48.31º39.29%76.86%-
XYZ42.6246.1224.11-
YUV178.4294.47140.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 119 (46.88% from 255) = 23.99%
R=39.52%
G=36.49%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618111900.080.390.2348.3139.4961.76
HexC4B57708271730273e
Octal3042651670104727604776
Binary110001001011010111101110100010011110111110000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B577; }

 p { color: rgb(196,181,119); }

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

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

 a { background-color: rgb(196,181,119); }

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

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

 span { border-color: rgb(196,181,119); }

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