#C4B775

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

Shades of Ecru #C4B775

Tints of Ecru #C4B775

Color information

#C4B775 (or 0xC4B775) is unknown color: approx Ecru. HEX triplet: C4, B7 and 75. RGB value is (196,183,117). Sum of RGB (Red+Green+Blue) = 196+183+117=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B775 is #3B488A. Grayscale: #B3B3B3. Windows color (decimal): -3885195 or 7714756. OLE color: 7714756.

HSL color Cylindrical-coordinate representation of color #C4B775: hue angle of 50.13º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4B775 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196183117-
CMYK00.070.400.23
HSL50.13º40.1%61.37%-
HSV(B)50.13º40.31%76.86%-
XYZ42.9146.8923.62-
YUV179.3692.81139.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=39.52%
G=36.90%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618311700.070.400.2350.1340.161.37
HexC4B77507281732283d
Octal304267165075027625075
Binary11000100101101111110101011110100010111110010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B775; }

 p { color: rgb(196,183,117); }

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

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

 a { background-color: rgb(196,183,117); }

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

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

 span { border-color: rgb(196,183,117); }

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