#C4B07F

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

Shades of Ecru #C4B07F

Tints of Ecru #C4B07F

Color information

#C4B07F (or 0xC4B07F) is unknown color: approx Ecru. HEX triplet: C4, B0 and 7F. RGB value is (196,176,127). Sum of RGB (Red+Green+Blue) = 196+176+127=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B07F is #3B4F80. Grayscale: #B0B0B0. Windows color (decimal): -3886977 or 8368324. OLE color: 8368324.

HSL color Cylindrical-coordinate representation of color #C4B07F: hue angle of 42.61º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4B07F is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB196176127-
CMYK00.100.350.23
HSL42.61º36.9%63.33%-
HSV(B)42.61º35.2%76.86%-
XYZ42.1244.3226.41-
YUV176.39100.13141.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 127 (50% from 255) = 25.45%
R=39.28%
G=35.27%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617612700.100.350.2342.6136.963.33
HexC4B07F0A23172b253f
Octal3042601770124327534577
Binary110001001011000011111110101010001110111101011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B07F; }

 p { color: rgb(196,176,127); }

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

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

 a { background-color: rgb(196,176,127); }

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

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

 span { border-color: rgb(196,176,127); }

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